guhongwei 5 anni fa
parent
commit
e22089f5cd
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 1
      package.json
  2. 2 1
      vue.config.js

+ 1 - 1
package.json

@@ -17,7 +17,7 @@
     "@stomp/stompjs": "^5.4.3",
     "axios": "^0.19.1",
     "core-js": "^3.4.4",
-    "echarts": "^4.7.0",
+    "echarts": "^4.8.0",
     "element-ui": "^2.13.0",
     "jsonwebtoken": "^8.5.1",
     "lodash": "^4.17.15",

+ 2 - 1
vue.config.js

@@ -43,7 +43,8 @@ module.exports = {
         changeOrigin: true,
         ws: true,
       },
-      '/jh': { //聚合科技API
+      '/jh': {
+        //聚合科技API
         target: 'http://v.juhe.cn',
         changeOrigin: true,
         ws: true,