|
@@ -16,11 +16,11 @@ axios.defaults.headers['Content-Type'] = 'application/x-www-form-urlencoded'
|
|
|
var BACKEND_URL = process.env.VUE_APP_BACKEND_URL;
|
|
|
|
|
|
if (process.env.VUE_APP_NODE_NAME == 'devlopment') {
|
|
|
- // BACKEND_URL='http://192.168.33.120:8086/shinestar-server';
|
|
|
+ // BACKEND_URL='http://192.168.33.220:8086/shinestar-server';
|
|
|
// BACKEND_URL='http://192.168.33.90:8086/shinestar-server';
|
|
|
|
|
|
//BACKEND_URL="https://ykt-test.xiaoxinda.com/shinestar-server/"
|
|
|
- BACKEND_URL='http://111.4.58.15:6060/shinestar-server';
|
|
|
+ //BACKEND_URL='http://111.4.58.15:6060/shinestar-server';
|
|
|
|
|
|
// BACKEND_URL='http://192.168.11.120:8086/shinestar-server';
|
|
|
|