refactor: 移除测试页面并优化主页面功能
- 删除未使用的测试页面及相关路由配置 - 注释掉主页面中暂时不需要的初始化函数调用 - 添加页面备份文件以备后续参考
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.sendBaseConfig()
|
||||
// this.sendBaseConfig()
|
||||
// 检查更新
|
||||
this.checkAppUpdate()
|
||||
// this.checkAppUpdate()
|
||||
},
|
||||
methods: {
|
||||
// 构建 iframe URL,包含参数
|
||||
|
||||
Reference in New Issue
Block a user