panyong před 3 roky
rodič
revize
2357aada4a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      htmldev/accessmanage/vue.config.js

+ 1 - 1
htmldev/accessmanage/vue.config.js

@@ -40,7 +40,7 @@ module.exports = {
     // before: require('./mock/mock-server.js')
     proxy: {
       '/api': {
-        target: 'http://test-base-auth.vv-tool.com',
+        target: 'http://auth-api.codedreamit.com/',
         changeOrigin: true,
         pathRewrite: {
           '^/api': 'api'