随机数据工具完成,包含①页面数据填充;②自动生成业务数据
This commit is contained in:
@@ -30,6 +30,7 @@ store.dispatch('getSystem').then(({colorScheme}) => {
|
||||
Vue.prototype.$theme = theme?.web || "blue"
|
||||
return import(`dvcp-ui/lib/styles/theme.${theme?.web}.scss`).catch(() => 0)
|
||||
}).finally(() => {
|
||||
Vue.prototype.$vm = app
|
||||
!theme ? app.$mount('#app') : import(`dvcp-ui/lib/styles/common.scss`).finally(() => app.$mount('#app'))
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user