zhengjinyi %!s(int64=5) %!d(string=hai) anos
pai
achega
4914dc311e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      common/config/config.js

+ 2 - 2
common/config/config.js

@@ -1,8 +1,8 @@
 let URL_CONFIG = ""
 if(process.env.NODE_ENV === 'development'){
     // 开发环境
-	// URL_CONFIG = 'http://192.168.1.22:8008'	 //裴裴联调地址
-	URL_CONFIG = 'http://192.168.1.26:8008'	 //超超联调地址
+	URL_CONFIG = 'http://192.168.1.22:8008'	 //裴裴联调地址
+	// URL_CONFIG = 'http://192.168.1.26:8008'	 //超超联调地址
 	// URL_CONFIG = 'http://192.168.1.24:8008'	 //俊俊联调地址
     // URL_CONFIG = 'https://spi-b.caimei365.com'//采美测试地址
 }else{