4a36748dbc372884ff92163cc8fdb17a.json 2.5 KB

1
  1. {"remainingRequest":"D:\\front\\item\\zyAdmin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\front\\item\\zyAdmin\\src\\pages\\kefu\\components\\empty.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\front\\item\\zyAdmin\\src\\pages\\kefu\\components\\empty.vue","mtime":1761614939021},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1761614927801},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\babel-loader\\lib\\index.js","mtime":1761614927320},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1761614927801},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\vue-loader\\lib\\index.js","mtime":1761614937402}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:DQpleHBvcnQgZGVmYXVsdCB7DQogIG5hbWU6ICdlbXB0eScsDQogIHByb3BzOiB7DQogICAgc3RhdHVzOiB7DQogICAgICB0eXBlOiBTdHJpbmcgfCBOdW1iZXIsDQogICAgICBkZWZhdWx0OiAxLA0KICAgIH0sDQogICAgbXNnOiB7DQogICAgICB0eXBlOiBTdHJpbmcsDQogICAgICBkZWZhdWx0OiAnJywNCiAgICB9LA0KICB9LA0KfTsNCg=="},{"version":3,"sources":["empty.vue"],"names":[],"mappings":";AA0BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"empty.vue","sourceRoot":"src/pages/kefu/components","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=\"scss\" 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 }\r\n}\r\n</style>\r\n"]}]}