更新项目,ios打包
This commit is contained in:
3
main.js
3
main.js
@@ -15,7 +15,7 @@ Vue.prototype.$commonJS = commonJS
|
||||
import store from '@/store'
|
||||
Vue.prototype.$store = store;
|
||||
//权限配置中心
|
||||
import base from '@/config/baseUrl'
|
||||
import base from '@/config/baseUrl.js'
|
||||
Vue.prototype.$base = base;
|
||||
|
||||
Vue.config.productionTip = false
|
||||
@@ -25,6 +25,7 @@ import { judgeLogin } from '@/config/login';
|
||||
Vue.prototype.judgeLogin = judgeLogin;
|
||||
Vue.prototype.isShowHtml = store.state.loadingShow;
|
||||
|
||||
Vue.prototype.$baseUrl = "https://api.nuttyreading.com/"
|
||||
//判断手机型号
|
||||
uni.getSystemInfo({
|
||||
success: function (res) {
|
||||
|
||||
Reference in New Issue
Block a user