icssoa 4 years ago
parent
commit
2060c4a958
2 changed files with 2 additions and 7 deletions
  1. 1 1
      package.json
  2. 1 6
      src/cool/modules/base/views/menu.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "cool-admin-vue",
-	"version": "3.1.2",
+	"version": "3.1.3",
 	"scripts": {
 		"serve": "vue-cli-service serve",
 		"build": "vue-cli-service build",

+ 1 - 6
src/cool/modules/base/views/menu.vue

@@ -210,12 +210,7 @@ export default {
 									label: "权限",
 									value: 2
 								}
-							],
-							on: {
-								change: index => {
-									this.changeType(index);
-								}
-							}
+							]
 						}
 					},
 					{