|
@@ -1,7 +1,10 @@
|
|
|
+//环境配置再src\utils\servers\baseUrl.js
|
|
|
+ //图片地址再src\utils\config.js
|
|
|
+ //webSocketServer src\app.jsx
|
|
|
// 本地
|
|
|
// export const resourceAddress = 'http://172.16.1.199/:3000/upload;'
|
|
|
// 生产
|
|
|
-// export const resourceAddress = 'https://s.jishutao.com/upload';
|
|
|
+export const resourceAddress = 'https://s.jishutao.com/upload';
|
|
|
// 测试
|
|
|
-export const resourceAddress = 'https://static.jishutao.com/upload';
|
|
|
+// export const resourceAddress = 'https://static.jishutao.com/upload';
|
|
|
|