Browse Source

feat(merchant): 新增生产环境变量设置

EvilDragon 5 months ago
parent
commit
b0a0e7aeb8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/merchant/env/.env.production

+ 1 - 0
packages/merchant/env/.env.production

@@ -4,3 +4,4 @@ NODE_ENV = 'development'
 VITE_DELETE_CONSOLE = true
 # 是否开启sourcemap
 VITE_SHOW_SOURCEMAP = false
+VITE_SERVER_BASEURL = 'https://www.zhuchaohui.com'