|
@@ -5,18 +5,18 @@
|
|
|
// }
|
|
|
|
|
|
const env = {
|
|
|
- // dev: 'http://cognitive.wistcm.com:8090/',
|
|
|
- // dev: 'http://192.168.0.18:8098/',
|
|
|
- // dev: 'http://192.168.1.11:8098/',
|
|
|
- // dev: 'http://192.168.1.4:8098/',
|
|
|
- // dev: 'http://192.168.1.11:8098/',
|
|
|
- dev: 'http://192.168.1.3:8105/',
|
|
|
- // dev: 'http://172.20.10.2:8098/',
|
|
|
- // dev: 'http://172.20.10.4:8098/',
|
|
|
- prod: 'http://cognitive.wistcm.com:8090/',
|
|
|
- scoketUrl: "ws://cognitive.wistcm.com:8090/websocket/",
|
|
|
- photoUrl: "https://test.jue-ming.com:8849/api/show?filePath="
|
|
|
-}
|
|
|
+ // dev: 'http://cognitive.wistcm.com:8090/',
|
|
|
+ // dev: 'http://192.168.0.18:8098/',
|
|
|
+ // dev: 'http://192.168.1.11:8098/',
|
|
|
+ // dev: 'http://192.168.1.4:8098/',
|
|
|
+ // dev: 'http://192.168.1.11:8098/',
|
|
|
+ dev: "http://192.168.1.6:8105/",
|
|
|
+ // dev: 'http://172.20.10.2:8098/',
|
|
|
+ // dev: 'http://172.20.10.4:8098/',
|
|
|
+ prod: "http://cognitive.wistcm.com:8090/",
|
|
|
+ scoketUrl: "ws://cognitive.wistcm.com:8090/websocket/",
|
|
|
+ photoUrl: "https://test.jue-ming.com:8849/api/show?filePath="
|
|
|
+};
|
|
|
|
|
|
//26环境
|
|
|
// var env = {
|