From 267d34999ebf3403c00a9be75871053a0992e434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=9B=8A=E9=93=AD?= Date: Mon, 29 Mar 2021 17:17:53 +0800 Subject: [PATCH] fix: build error --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 65280489e..5f4a49ee3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -41,7 +41,7 @@ export const getServerConfig = async (): Promise => { return axios({ baseURL: "", method: "get", - url: (app.config.globalProperties.$baseUrl || "/") + "serverConfig.json" + url: (app.config.globalProperties.$baseUrl || "/manages/") + "serverConfig.json" }).then(({ data: config }) => { let $config = app.config.globalProperties.$config // 自动注入项目配置