guhongwei 3 years ago
parent
commit
2956644052
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      vue.config.js

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "cysci-website",
+  "name": "study-cms",
   "version": "0.1.0",
   "private": true,
   "scripts": {

+ 1 - 1
vue.config.js

@@ -23,7 +23,7 @@ module.exports = {
         target: 'http://broadcast.waityou24.cn',
       },
       '/api': {
-        target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9200//http://cccysci.waityou24.cn
+        target: 'http://127.0.0.1:9001',
         changeOrigin: true,
         ws: false,
       },