2021年1月13号
This commit is contained in:
+1
-2
@@ -21,5 +21,4 @@ selenium-debug.log
|
||||
*.sln
|
||||
*.local
|
||||
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
|
||||
Generated
+25803
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -5,7 +5,7 @@
|
||||
"author": "cereshop",
|
||||
"license": "Apache 2.0",
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve",
|
||||
"dev": "vue-cli-service serve --open",
|
||||
"build:prod": "vue-cli-service build",
|
||||
"build:boot": "vue-cli-service build --mode boot",
|
||||
"build:docker": "vue-cli-service build --mode docker",
|
||||
|
||||
@@ -52,8 +52,8 @@ export default {
|
||||
return this.$store.state.account.routes
|
||||
}
|
||||
},
|
||||
created(){
|
||||
console.log(this.$store.state.account.routes,'this.$store.state.account.routesthis.$store.state.account.routesthis.$store.state.account.routes')
|
||||
}
|
||||
// created(){
|
||||
// console.log(this.$store.state.account.routes,'this.$store.state.account.routesthis.$store.state.account.routesthis.$store.state.account.routes')
|
||||
// }
|
||||
}
|
||||
</script>
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import i18n from './lang' // internationalization
|
||||
import './icons' // icon
|
||||
import './utils/error-log' // error log
|
||||
import request from '@/utils/request'
|
||||
|
||||
Vue.use(Element, { size: 'small', zIndex: 3000 });
|
||||
import * as filters from './filters' // global filters
|
||||
import { hasPermission, hasNoPermission, hasAnyPermission } from './utils/permissionDirect'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user