This commit is contained in:
weipengfei 2024-03-02 14:02:51 +08:00
parent 3feb7ab225
commit c12e93afa1
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
let BASE_URL
import store from "@/store/index.js"
// 环境
let env = "dev"
// let env = "prod"
// let env = "dev"
let env = "prod"
let HTTP_REQUEST_URL
@ -11,7 +11,7 @@ if (env == 'dev') {
BASE_URL = 'https://ceshi-suyuan-breed.lihaink.cn/'
// BASE_URL = 'http://192.168.1.24:8084/'
} else if (env = 'prod') {
BASE_URL = 'http://ceshi-suyuan.lihaink.cn/'
BASE_URL = 'https://suyuan-breed.lihaink.cn/'
}
let config = {
HTTP_REQUEST_URL: BASE_URL,

File diff suppressed because one or more lines are too long