This commit is contained in:
sakuya 2021-05-28 20:40:28 +08:00
parent 7576028017
commit ea683e339c
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ const APP_CONFIG = {
//标题
APP_NAME: "SCUI",
//接口地址
API_URL: ""
API_URL: "."
}

View File

@ -6,7 +6,7 @@ const DEFAULT_CONFIG = {
APP_VER: "1.1.1",
//接口地址
API_URL: "",
API_URL: ".",
//MOCK接口地址
MOCK_URL: "https://www.fastmock.site/mock/44c807475f7eeba73409792255781935/api",