项目名
netaxe2023/05/25
自定义显示平台名称
web/src/setting/index.ts 更改 projectName 的值
export const projectName = '基础平台'
loading 加载提示
web/index.html
...
<title>基础平台</title>
...
<div class="title">基础平台</div>
本地开发模式
web/vite.config.ts
web/src/setting/index.ts 更改 projectName 的值
export const projectName = '基础平台'
web/index.html
...
<title>基础平台</title>
...
<div class="title">基础平台</div>
web/vite.config.ts