docs: update readme
Signed-off-by: yovinchen <gzh298255@gmail.com>
This commit is contained in:
parent
f68997e6ac
commit
cc9c89ea11
@ -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')// 导入组件
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user