Karsa 1 year ago
parent
commit
8b7d952ce0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.production
  2. 1 1
      .env.test

+ 1 - 1
.env.production

@@ -1,2 +1,2 @@
-VITE_BASEURL = 'https://chartlib.hzinsights.com/v1'
+VITE_BASEURL = '/v1'
 VITE_HZYB_BASEURL = 'https://yanbao.hzinsights.com/api'

+ 1 - 1
.env.test

@@ -1,2 +1,2 @@
-VITE_BASEURL = 'https://charttest.hzinsights.com/v1'
+VITE_BASEURL = '/v1'
 VITE_HZYB_BASEURL = 'https://ybpctest.hzinsights.com/api'