浏览代码

:recycle: look at the path

tags/0.9.0
J 4 年前
父节点
当前提交
1084a3ac44
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      vue-theme/src/pages/list.vue

+ 2
- 0
vue-theme/src/pages/list.vue 查看文件

@@ -161,6 +161,8 @@ export default {
161 161
             // eg. list page -> list page
162 162
             const path = to.fullPath.split('/').filter(p => p)
163 163
             console.log('to:', path)
164
+            console.log('?:', path.pop())
165
+            console.log('?:', path.pop())
164 166
 
165 167
             // Always reset the page count
166 168
             this.page = 1

正在加载...
取消
保存