소스 검색

no message

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': ''