tmp: 部分代码与UnishopV5结合,但是代码有严重缺陷
This commit is contained in:
5
main.js
5
main.js
@@ -38,12 +38,15 @@ Vue.mixin(globalConfig);
|
||||
App.mpType = 'app';
|
||||
|
||||
// 重写存储,增加前缀
|
||||
uniStorage();
|
||||
Util.rewriteUniStorageMethod();
|
||||
|
||||
//常用组件
|
||||
import loadingCover from '@/components/loading-cover/loading-cover.vue';
|
||||
Vue.component('loading-cover', loadingCover);
|
||||
|
||||
import nsMpHtml from '@/components/ns-mp-html/ns-mp-html.vue';
|
||||
Vue.component('ns-mp-html', nsMpHtml);
|
||||
|
||||
import nsEmpty from '@/components/ns-empty/ns-empty.vue';
|
||||
Vue.component('ns-empty', nsEmpty);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user