USER-20230908AJ\Administrator 10 kuukautta sitten
vanhempi
commit
c70dad1da0
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -12,14 +12,14 @@ module.exports = defineConfig({
     allowedHosts: 'all',
     proxy: {
       '/api': {
-        target: 'http://api.xibohong.cn/api/',
+        target: 'http://api.gmcyy.com/api/',
         changeOrigin: true,
         pathRewrite: {
           '^/api': ''
         }
       },
       '/adminApi': {
-        target: 'http://api.xibohong.cn/api/',
+        target: 'http://api.gmcyy.com/api/',
         changeOrigin: true,
         pathRewrite: {
           '^/adminApi': ''