🎨 完善订单页和用户页

This commit is contained in:
2025-09-02 20:32:26 +08:00
parent 9bf02628eb
commit f3ac0bb511
5 changed files with 23 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ export default ({ mode }) => {
path.replace(new RegExp('^' + process.env.VITE_BASE_API), '')
}
},
allowedHosts: ['all','lckt.echol.top'],
allowedHosts: ['all','lckt.echol.top','lckt.hnlc5588.cn'],
},
build: {
minify: 'terser', // 是否进行压缩,boolean | 'terser' | 'esbuild',默认使用terser