This commit is contained in:
宋伟佳
2022-04-12 09:39:43 +08:00
parent bb68fba491
commit d3b3fa7a77
5 changed files with 142 additions and 109 deletions
+3
View File
@@ -58,6 +58,8 @@ import hwh5 from 'api/hwh5-cloudonline.js';
import { ssoLoginUrlDev,ssoLoginUrl,webLoginType,devWebUrl } from '@/sysConfig'
import { mapMutations, mapActions } from 'vuex'
import VConsole from 'vuex'
import isMobile from "./store/isMobile";
// 路由拦截
@@ -405,6 +407,7 @@ const i18n = new VueI18n({
})
/* eslint-disable no-new */
window.vm = new Vue({
VConsole,
router,
store,
i18n,