USER-20230908AJ\Administrator преди 10 месеца
родител
ревизия
c70dad1da0
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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': ''