wjx 1 year ago
parent
commit
8e550a07c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/proxy.ts

+ 1 - 1
config/proxy.ts

@@ -10,7 +10,7 @@
  export default {
  export default {
   dev: {
   dev: {
     '/api/': {
     '/api/': {
-      target: 'http://test.api.zanxiangwl.com',
+      target: 'http://api.zanxiangwl.com',
       // target: 'http://api.zanxiangwl.com',
       // target: 'http://api.zanxiangwl.com',
       changeOrigin: true,
       changeOrigin: true,
       pathRewrite: { '/api': '' },
       pathRewrite: { '/api': '' },