Sfoglia il codice sorgente

班主任查看作业

lrf402788946 4 anni fa
parent
commit
62a9e96b2a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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,
       },