调整ui
This commit is contained in:
4
main.js
4
main.js
@@ -26,7 +26,6 @@ Vue.mixin(mpShare)
|
||||
Vue.component('customNavbar', customNavbar)
|
||||
Vue.component('AuthLogin', AuthLogin)
|
||||
Vue.component('PhoneSelect', PhoneSelect)
|
||||
|
||||
const app = new Vue({
|
||||
store,
|
||||
...App
|
||||
@@ -34,8 +33,9 @@ const app = new Vue({
|
||||
|
||||
// http拦截器,将此部分放在new Vue()和app.$mount()之间,才能App.vue中正常使用
|
||||
import httpInterceptor from '@/common/http.interceptor.js';
|
||||
Vue.use(httpInterceptor, app);
|
||||
// 挂载自定义 http 封装
|
||||
|
||||
Vue.use(httpInterceptor, app);
|
||||
// 封装自定义提示框
|
||||
import $mytip from 'common/utils/tip.js'
|
||||
Vue.prototype.$mytip = $mytip
|
||||
|
||||
Reference in New Issue
Block a user