|
@@ -8,19 +8,19 @@ export let phpAdmin
|
|
|
console.log('判断接口地址',process.env.NODE_ENV, process.env)
|
|
|
if (process.env.NODE_ENV) {
|
|
|
if (process.env.VUE_APP_FLAG == 'development') {
|
|
|
- reqSmbUrl = 'http://192.168.31.193:9501'
|
|
|
+ reqSmbUrl = 'http://192.168.1.102:9501'
|
|
|
appKey = 'cpj2xarlcmmpn'
|
|
|
|
|
|
} else if (process.env.VUE_APP_FLAG == 'test') {
|
|
|
- reqSmbUrl = 'http://192.168.31.193:9501'
|
|
|
+ reqSmbUrl = 'http://192.168.1.102:9501'
|
|
|
appKey = 'cpj2xarlcmmpn'
|
|
|
|
|
|
} else if (process.env.VUE_APP_FLAG == 'uat') {
|
|
|
- reqSmbUrl = 'http://192.168.31.193:9501'
|
|
|
+ reqSmbUrl = 'http://192.168.1.102:9501'
|
|
|
appKey = 'pkfcgjstp8zy8'
|
|
|
|
|
|
} else if (process.env.VUE_APP_FLAG == 'testsec') {
|
|
|
- reqSmbUrl = 'http://192.168.31.193:9501'
|
|
|
+ reqSmbUrl = 'http://192.168.1.102:9501'
|
|
|
appKey = 'cpj2xarlcmmpn'
|
|
|
|
|
|
} else if (process.env.VUE_APP_FLAG == 'prod') {
|