mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-07 02:31:58 +08:00
fix: 修复VITE_APP_TITLE变量替换语法
- 将index.html中的<%= VITE_APP_TITLE %>替换为%VITE_APP_TITLE% - 更新web-antd、web-antdv-next、web-ele、web-naive、web-tdesign应用 - 修改文档中loading组件的VITE_APP_TITLE引用方式 - 修复vite-config插件中默认加载模板的变量语法 - 统一所有应用和模板中的环境变量引用格式
This commit is contained in:
@@ -39,7 +39,7 @@ VITE_INJECT_APP_LOADING=false
|
||||
</style>
|
||||
<div id="__app-loading__">
|
||||
<!-- ... -->
|
||||
<div class="title"><%= VITE_APP_TITLE %></div>
|
||||
<div class="title">%VITE_APP_TITLE%</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user