廉志超 1 년 전
부모
커밋
61b23d6dd1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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