廉志超 1 year ago
parent
commit
61b23d6dd1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.development
  2. 1 1
      .env.production

+ 1 - 1
.env.development

@@ -1,3 +1,3 @@
 # 开发环境接口地址
-VITE_API_URL=http://bk.shuhi.com/api
+VITE_API_URL=http://bk.shuhi.com
 #VITE_API_URL=http://localhost:8080

+ 1 - 1
.env.production

@@ -1,2 +1,2 @@
 # 生产环境接口地址
-VITE_API_URL=http://bk.shuhi.com/api
+VITE_API_URL=http://bk.shuhi.com