1 Star 1 Fork 25

与鱼有约/AflyExceedIot-miniprogram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
汐屿 提交于 2024-04-06 16:41 . 更换仓库
import App from './App'
import Vue from 'vue'
import uView from 'uni_modules/uview-ui'
Vue.use(uView)
Vue.config.productionTip = false
App.mpType = 'app'
import store from '@/store';
const app = new Vue({
store,
...App
})
// 引入请求封装,将app参数传递到配置中
require('@/config/http.interceptor.js')(app)
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanjun202/AflyExceedIot-miniprogram.git
git@gitee.com:yanjun202/AflyExceedIot-miniprogram.git
yanjun202
AflyExceedIot-miniprogram
AflyExceedIot-miniprogram
master

搜索帮助