asd123a20 3 rokov pred
rodič
commit
7e22bf4be5
2 zmenil súbory, kde vykonal 2 pridanie a 9 odobranie
  1. 0 7
      lib/plug/setting.js
  2. 2 2
      vue.config.js

+ 0 - 7
lib/plug/setting.js

@@ -1,7 +0,0 @@
-import * as Vue from 'vue'
-const { config } = Vue.createApp({})
-config.weixin = {
-  // baseUrl: process.env.BASE_URL + 'weixin',
-  // baseUrl: `http://${location.host}`
-  
-}

+ 2 - 2
vue.config.js

@@ -15,7 +15,7 @@ module.exports = {
     port: 3000,
     proxy: {
       '/api/': {
-        target: 'http://192.168.0.81:8001'
+        target: 'http://192.168.0.81:18070'
         // target: 'http://medical.cc-lotus.info'
       },
       '/tyylfiles/': {
@@ -31,7 +31,7 @@ module.exports = {
         pathRewrite: { '^/auth': '/api/auth' }
       },
       '/naf/': {
-        target: 'http://localhost:8002'
+        target: 'http://localhost:18070'
         // target: 'http://192.168.4.1:7001'
       }
     }