refactor(路由配置): 将路由配置从json5格式统一改为jsonc格式
统一项目中的路由配置格式,从json5改为jsonc,保持一致性 移除json5特有的注释语法,使用标准json格式 更新vscode代码片段模板以匹配新的格式规范
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<route lang="json5" type="page">
|
||||
<route lang="jsonc" type="page">
|
||||
{
|
||||
style: {
|
||||
navigationStyle: 'default',
|
||||
navigationBarTitleText: '分包页面 标题',
|
||||
},
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分包页面"
|
||||
}
|
||||
}
|
||||
</route>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user