fix: mobile bug

This commit is contained in:
张益铭
2021-03-30 11:55:31 +08:00
parent fd387fe5cd
commit 298ffd4b0f
7 changed files with 67 additions and 42 deletions

View File

@@ -37,6 +37,9 @@ import axios from 'axios'
const app = createApp(App)
app.config.globalProperties.$config = getConfig()
// import vConsole from 'vconsole'
// app.config.globalProperties.$vConsole = new vConsole()
// 获取项目动态全局配置
export const getServerConfig = async (): Promise<any> => {
return axios({