Showing
1 changed file
with
0 additions
and
7 deletions
@@ -64,13 +64,6 @@ export default { | @@ -64,13 +64,6 @@ export default { | ||
64 | this.page.num = 1; | 64 | this.page.num = 1; |
65 | this.loadData(1, e); | 65 | this.loadData(1, e); |
66 | }, | 66 | }, |
67 | - leftClick() { | ||
68 | - return false; | ||
69 | - }, | ||
70 | - onBackPress() { | ||
71 | - console.log('返回'); | ||
72 | - return true; // 阻止返回 不阻止就不写或者用uni.navigateBack({ delta: 1 })返回 | ||
73 | - }, | ||
74 | openConfigDetail(e) { | 67 | openConfigDetail(e) { |
75 | uni.navigateTo({ | 68 | uni.navigateTo({ |
76 | url: 'configurationDetail?configId=' + e | 69 | url: 'configurationDetail?configId=' + e |