This commit is contained in:
parent
3feb7ab225
commit
c12e93afa1
|
@ -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
Loading…
Reference in New Issue