Browse Source

Update config.js

1. 变更生产环境地址配置
moccus 2 years ago
parent
commit
2765999c30
1 changed files with 2 additions and 2 deletions
  1. 2 2
      exam-06173-uni/common/config.js

+ 2 - 2
exam-06173-uni/common/config.js

@@ -15,8 +15,8 @@ if(process.env.NODE_ENV === 'development'){
     // urls.socket = 'wss://t2-api.jeegen.com'
 	
 	// 生产环境
-	urls.api = 'https://exam-api.yfhl.net'
-	urls.socket = 'wss://exam-api.yfhl.net'
+	urls.api = 'http://10.155.32.18:8617'
+	urls.socket = 'ws://10.155.32.18:8617'
 	
 	// 同域
 	// urls.api = ''