Skip to content

Commit c6fb9ff

Browse files
committed
fix(custom): 修复h5基础路径
1 parent 1344c65 commit c6fb9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VITE_UNI_APPID = ''
77
VITE_WX_APPID = 'wxb56964dd28204de0'
88

99
# h5部署网站的base,配置到 manifest.config.ts 里的 h5.router.base
10-
VITE_APP_PUBLIC_BASE = /
10+
VITE_APP_PUBLIC_BASE = ./
1111

1212
# h5是否需要配置代理
1313
VITE_APP_PROXY = false

0 commit comments

Comments
 (0)