aa9c73a3b8a72e54d530a683d87f2fdf.json 3.1 KB

1
  1. {"remainingRequest":"E:\\item\\newItem\\admin\\node_modules\\babel-loader\\lib\\index.js!E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\item\\newItem\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\item\\newItem\\admin\\node_modules\\iview-loader\\index.js??ref--0-2!E:\\item\\newItem\\admin\\src\\pages\\kefu\\components\\empty.vue?vue&type=script&lang=js&","dependencies":[{"path":"E:\\item\\newItem\\admin\\src\\pages\\kefu\\components\\empty.vue","mtime":1677828270200},{"path":"E:\\item\\newItem\\admin\\babel.config.js","mtime":1677828270071},{"path":"E:\\item\\newItem\\admin\\.babelrc","mtime":1677828270070},{"path":"E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\iview-loader\\index.js","mtime":1570440814000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:aW1wb3J0ICJjb3JlLWpzL21vZHVsZXMvZXMubnVtYmVyLmNvbnN0cnVjdG9yLmpzIjsKLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICdlbXB0eScsCiAgcHJvcHM6IHsKICAgIHN0YXR1czogewogICAgICB0eXBlOiBTdHJpbmcgfCBOdW1iZXIsCiAgICAgIGRlZmF1bHQ6IDEKICAgIH0sCiAgICBtc2c6IHsKICAgICAgdHlwZTogU3RyaW5nLAogICAgICBkZWZhdWx0OiAnJwogICAgfQogIH0KfTs="},{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA0BA;EACAA,aADA;EAEAC;IACAC;MACAC,qBADA;MAEAC;IAFA,CADA;IAKAC;MACAF,YADA;MAEAC;IAFA;EALA;AAFA","names":["name","props","status","type","default","msg"],"sourceRoot":"src/pages/kefu/components","sources":["empty.vue"],"sourcesContent":["<template>\r\n <div class=\"empty-wrapper\">\r\n <!-- 用户列表 -->\r\n <template v-if=\"status == 1\">\r\n <img src=\"@/assets/images/no_chat.png\" alt=\"\" />\r\n </template>\r\n <template v-if=\"status == 2\">\r\n <img src=\"@/assets/images/no_user.png\" alt=\"\" />\r\n </template>\r\n <template v-if=\"status == 3\">\r\n <img src=\"@/assets/images/no_all.png\" alt=\"\" />\r\n </template>\r\n <template v-if=\"status == 4\">\r\n <img src=\"@/assets/images/no_zf.png\" alt=\"\" />\r\n </template>\r\n <template v-if=\"status == 5\">\r\n <img src=\"@/assets/images/no_fh.png\" alt=\"\" />\r\n </template>\r\n <template v-if=\"status == 6\">\r\n <img src=\"@/assets/images/no_tk.png\" alt=\"\" />\r\n </template>\r\n <p>{{ msg }}</p>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: 'empty',\r\n props: {\r\n status: {\r\n type: String | Number,\r\n default: 1,\r\n },\r\n msg: {\r\n type: String,\r\n default: '',\r\n },\r\n },\r\n};\r\n</script>\r\n\r\n<style lang=\"stylus\" scoped>\r\n.empty-wrapper\r\n margin-top 60px\r\n text-align center\r\n font-size 12px\r\n color #666\r\n img\r\n width 36%\r\n</style>\r\n"]}]}