reedliuqing_i 6 years ago
parent
commit
4dd47c3f71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/Sidebar/index.vue

+ 1 - 1
src/layout/components/Sidebar/index.vue

@@ -72,7 +72,7 @@ export default {
   methods: {
     handleSelect(key, keypath) {
       switch (key) {
-        case '101':
+        case '/data/upload-file':
           this.$router.push({ name: 'jar包上传' })
           break
       }