提交
This commit is contained in:
6
main.js
6
main.js
@@ -25,8 +25,8 @@ import { judgeLogin } from '@/config/login';
|
||||
Vue.prototype.judgeLogin = judgeLogin;
|
||||
Vue.prototype.isShowHtml = store.state.loadingShow;
|
||||
|
||||
Vue.prototype.$baseUrl = "https://api.nuttyreading.com/"
|
||||
//Vue.prototype.$baseUrl = "http://192.168.110.100:9200/pb/"
|
||||
//Vue.prototype.$baseUrl = "https://api.nuttyreading.com/"
|
||||
Vue.prototype.$baseUrl = "http://192.168.110.100:9200/pb/"
|
||||
|
||||
//判断手机型号
|
||||
uni.getSystemInfo({
|
||||
@@ -42,6 +42,8 @@ uni.getSystemInfo({
|
||||
}
|
||||
})
|
||||
|
||||
import commonGoodsNav from '@/pages/component/commonComponents/goodsNav.vue'
|
||||
Vue.component('common-goods-nav', commonGoodsNav);
|
||||
import commonList from '@/pages/component/commonComponents/list.vue'
|
||||
Vue.component('common-list', commonList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user