浏览代码

Merge branch 'master' of ssh://10.10.100.21/source/platform-bi-web

xiaoct 7 年之前
父节点
当前提交
b3ea14638b
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 2 1
      package.json
  2. 2 2
      src/constants/url.js

+ 2 - 1
package.json

@@ -26,7 +26,8 @@
     "react-router": "^4.3.1",
     "react-router-dom": "^4.3.1",
     "redux": "^4.0.0",
-    "redux-undo": "^0.6.1"
+    "redux-undo": "^0.6.1",
+    "wangeditor": "^3.1.1"
   },
   "devDependencies": {
     "babel-plugin-dva-hmr": "^0.3.2",

+ 2 - 2
src/constants/url.js

@@ -1,5 +1,5 @@
-// const BASE_URL = 'http://192.168.253.189:8081/BI';
-const BASE_URL = 'http://192.168.253.129:8080';
+const BASE_URL = 'http://192.168.253.189:8081/BI';
+// const BASE_URL = 'http://192.168.253.129:8080';
 
 /**后台接口地址 */
 const URLS = {