This commit is contained in:
parent
7576028017
commit
ea683e339c
|
@ -6,5 +6,5 @@ const APP_CONFIG = {
|
||||||
//标题
|
//标题
|
||||||
APP_NAME: "SCUI",
|
APP_NAME: "SCUI",
|
||||||
//接口地址
|
//接口地址
|
||||||
API_URL: ""
|
API_URL: "."
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ const DEFAULT_CONFIG = {
|
||||||
APP_VER: "1.1.1",
|
APP_VER: "1.1.1",
|
||||||
|
|
||||||
//接口地址
|
//接口地址
|
||||||
API_URL: "",
|
API_URL: ".",
|
||||||
|
|
||||||
//MOCK接口地址
|
//MOCK接口地址
|
||||||
MOCK_URL: "https://www.fastmock.site/mock/44c807475f7eeba73409792255781935/api",
|
MOCK_URL: "https://www.fastmock.site/mock/44c807475f7eeba73409792255781935/api",
|
||||||
|
|
Loading…
Reference in New Issue