docs: update readme

Signed-off-by: yovinchen <gzh298255@gmail.com>
This commit is contained in:
yovinchen 2023-06-11 12:16:41 +08:00
parent f68997e6ac
commit cc9c89ea11
3 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ function filterAsyncRouter(asyncRouterMap) {
try { try {
route.component = _import(route.component)// 导入组件 route.component = _import(route.component)// 导入组件
} catch (error) { } catch (error) {
debugger // debugger
console.log(error) console.log(error)
route.component = _import('dashboard/index')// 导入组件 route.component = _import('dashboard/index')// 导入组件
} }

View File

@ -255,7 +255,7 @@ export default {
// ------------- // -------------
add(row) { add(row) {
debugger // debugger
this.typeDisabled = false this.typeDisabled = false
this.dialogTitle = '添加下级节点' this.dialogTitle = '添加下级节点'
this.dialogVisible = true this.dialogVisible = true
@ -286,7 +286,7 @@ export default {
}, },
edit(row) { edit(row) {
debugger // debugger
this.dialogTitle = '修改节点' this.dialogTitle = '修改节点'
this.dialogVisible = true this.dialogVisible = true

View File

@ -212,7 +212,7 @@ export default {
// banner // banner
fetchData(page = 1) { fetchData(page = 1) {
debugger // debugger
this.page = page this.page = page
console.log('翻页。。。' + this.page) console.log('翻页。。。' + this.page)