89fa6763d34e5874f9d5e49e764c94c9.json 1.9 KB

1
  1. {"remainingRequest":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\boman-framwork\\ruoyi-ui\\src\\views\\system\\loade\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"E:\\boman-framwork\\ruoyi-ui\\src\\views\\system\\loade\\index.vue","mtime":1619431427883},{"path":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\boman-framwork\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KDQpleHBvcnQgZGVmYXVsdCB7DQogbmFtZTogJ0FwcCcsDQogcHJvdmlkZSAoKSB7DQogICByZXR1cm57DQogICAgIHJlbG9hZDogdGhpcy5yZWxvYWQNCiAgIH0NCiB9LA0KIGRhdGEoKSB7DQogICByZXR1cm4gew0KICAgICAgIGlzUm91dGVyQWxpdmU6IHRydWUNCiAgIH0NCiB9LA0KIG1ldGhvZHM6ew0KICAgcmVsb2FkKCl7DQogICAgIHRoaXMuaXNSb3V0ZXJBbGl2ZSA9IGZhbHNlDQogICAgIHRoaXMuJG5leHRUaWNrKGZ1bmN0aW9uKCl7DQogICAgICAgdGhpcy5pc1JvdXRlckFsaXZlID0gdHJ1ZQ0KICAgICB9KQ0KICAgfQ0KIH0NCn0NCg0KDQo="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;AAOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/system/loade","sourcesContent":["<template>\r\n <div id=\"app\">\r\n <router-view v-if=\"isRouterAlive\"/>\r\n </div>\r\n</template>\r\n \r\n<script>\r\nexport default {\r\n name: 'App',\r\n provide () {\r\n return{\r\n reload: this.reload\r\n }\r\n },\r\n data() {\r\n return {\r\n isRouterAlive: true\r\n }\r\n },\r\n methods:{\r\n reload(){\r\n this.isRouterAlive = false\r\n this.$nextTick(function(){\r\n this.isRouterAlive = true\r\n })\r\n }\r\n }\r\n}\r\n\r\n\r\n</script>\r\n"]}]}