Browse Source

no message

USER-20230908AJ\Administrator 10 months ago
parent
commit
c70dad1da0
1 changed files with 2 additions and 2 deletions
  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': ''