mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
fix: mobile bug
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user