Browse Source

班主任查看作业

lrf402788946 4 năm trước cách đây
mục cha
commit
62a9e96b2a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -25,12 +25,12 @@ module.exports = {
     //api地址前缀
     proxy: {
       '/api': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://127.0.0.1:2001',
         changeOrigin: true,
         ws: true,
       },
       '/files': {
-        target: 'http://free.liaoningdoupo.com',
+        target: 'http://jytz.jilinjobs.cn',
         changeOrigin: true,
         ws: true,
       },