You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
2.3 KiB

{"remainingRequest":"D:\\YuanZhuoLogistics\\WarehouseManagerVue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\YuanZhuoLogistics\\WarehouseManagerVue\\src\\App.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\YuanZhuoLogistics\\WarehouseManagerVue\\src\\App.vue","mtime":1729670158152},{"path":"D:\\YuanZhuoLogistics\\WarehouseManagerVue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\YuanZhuoLogistics\\WarehouseManagerVue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\YuanZhuoLogistics\\WarehouseManagerVue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\YuanZhuoLogistics\\WarehouseManagerVue\\node_modules\\vue-loader\\lib\\index.js","mtime":1655715099000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:DQoNCg0KZXhwb3J0IGRlZmF1bHQgew0KICBuYW1lOiAnQXBwJywNCiAgY29tcG9uZW50czoge30sDQogIC8v6Kej5Yaz5YmN56uv5Yi35paw6aG16Z2i6Lev55Sx5Lii5aSx6Zeu6aKYDQogIGRhdGEoKXsNCiAgICByZXR1cm57DQogICAgICB1c2VyIDogSlNPTi5wYXJzZShzZXNzaW9uU3RvcmFnZS5nZXRJdGVtKCdDdXJVc2VyJykpDQogICAgfQ0KICB9LA0KICB3YXRjaDp7DQogICAgJyRzdG9yZS5zdGF0ZS5tZW51Jzp7DQogICAgICBoYW5kbGVyKHZhbCxvbGQpew0KICAgICAgICBjb25zb2xlLmxvZyh2YWwpDQogICAgICAgIGlmKCFvbGQgJiYgdGhpcy51c2VyICYmIHRoaXMudXNlci5ubyl7DQogICAgICAgICAgdGhpcy4kc3RvcmUuY29tbWl0KCdzZXRNZW51Jyx2YWwpDQogICAgICAgIH0NCiAgICAgIH0sDQogICAgICBpbW1lZGlhdGU6IHRydWUNCiAgICB9DQogIH0NCn0NCg=="},{"version":3,"sources":["App.vue"],"names":[],"mappings":";;;AASA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"App.vue","sourceRoot":"src","sourcesContent":["<template>\r\n <div id=\"app\">\r\n <router-view/>\r\n </div>\r\n</template>\r\n\r\n<script>\r\n\r\n\r\nexport default {\r\n name: 'App',\r\n components: {},\r\n //解决前端刷新页面路由丢失问题\r\n data(){\r\n return{\r\n user : JSON.parse(sessionStorage.getItem('CurUser'))\r\n }\r\n },\r\n watch:{\r\n '$store.state.menu':{\r\n handler(val,old){\r\n console.log(val)\r\n if(!old && this.user && this.user.no){\r\n this.$store.commit('setMenu',val)\r\n }\r\n },\r\n immediate: true\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style>\r\n#app {\r\n height: 100%;\r\n}\r\n</style>\r\n\r\n\r\n"]}]}