home跳转
This commit is contained in:
@@ -33,6 +33,11 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.getModuleList()
|
||||
const path = location.href
|
||||
if (path.indexOf('?') !== -1) {
|
||||
const param = path.split('?')
|
||||
localStorage.setItem('param', window.btoa(JSON.stringify(param[1])))
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getModuleList() {
|
||||
|
||||
Reference in New Issue
Block a user