上传
This commit is contained in:
@@ -1 +1 @@
|
||||
{"version":3,"file":"index.js","sources":["pages/index/about/index.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2Fib3V0L2luZGV4LnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view class=\"u-wrap u-padding-bottom-70\">\r\n\t\t<view class=\"photo u-flex u-row-center u-padding-40\">\r\n\t\t\t<u-image width=\"300rpx\" height=\"300rpx\" shape=\"circle\" bg-color=\"var(--u-bg-color)\" :src=\"src\"></u-image>\r\n\t\t</view>\r\n\t\t<u-cell-group>\r\n\t\t\t<u-cell-item title=\"姓名\" value=\"张三\" :arrow=\"false\" ></u-cell-item>\r\n\t\t\t<u-cell-item title=\"联系方式\" value=\"13395515136\" :arrow=\"false\"></u-cell-item>\r\n\t\t\t<u-cell-item title=\"所属单位\" value=\"xxxxxxxxxxxxxx单位\" :arrow=\"false\"></u-cell-item>\r\n\t\t</u-cell-group>\r\n\t\t<view class=\"fab\">\r\n\t\t\t<u-button type=\"primary\" >退出</u-button>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {ref} from 'vue'\r\n\tconst src = ref(\"https://ik.imagekit.io/anyup/uview-pro/logo/default.png\");\r\n</script>\r\n<style lang=\"scss\">\r\n\t.u-wrap{\r\n\t\tbackground-color: #ffffff;\r\n\t\twidth: 100%;\r\n\t\theight: calc(100vh - 52px - env(safe-area-inset-bottom));\r\n\t\t.fab{\r\n\t\t\tpadding: 20rpx 40rpx;\r\n\t\t\tposition: fixed;\r\n\t\t\tbottom: 200rpx;left: 0;right: 0;\r\n\t\t\tz-index: 9999999999999;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/about/index.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;;;;;;;;;;;;;;;AAkBC,UAAM,MAAMA,kBAAI,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACjB1E,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"index.js","sources":["pages/index/about/index.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2Fib3V0L2luZGV4LnZ1ZQ"],"sourcesContent":["<template>\n\t<view class=\"u-wrap u-padding-bottom-70\">\n\t\t<view class=\"photo u-flex u-row-center u-padding-40\">\n\t\t\t<u-image width=\"300rpx\" height=\"300rpx\" shape=\"circle\" bg-color=\"var(--u-bg-color)\" src=\"@/static/avatar.png\"></u-image>\n\t\t</view>\n\t\t<u-cell-group>\n\t\t\t<u-cell-item title=\"姓名\" :value=\"userInfo.UserName\" :arrow=\"false\"></u-cell-item>\n\t\t\t<!-- <u-cell-item title=\"联系方式\" value=\"13395515136\" :arrow=\"false\"></u-cell-item> -->\n\t\t\t<u-cell-item title=\"所属单位\" :value=\"userInfo.UnitName\" :arrow=\"false\"></u-cell-item>\n\t\t</u-cell-group>\n\t\t<view class=\"fab\">\n\t\t\t<u-button type=\"primary\" @click=\"outLogin\">退出</u-button>\n\t\t</view>\n\t</view>\n</template>\n\n<script setup>\nimport { ref } from 'vue';\nimport { clearStorage, router } from '@/utils';\nimport { useUserStore } from '@/store';\nlet { userInfo } = useUserStore();\nconst src = ref('https://ik.imagekit.io/anyup/uview-pro/logo/default.png');\nconst outLogin = () => {\n\tclearStorage();\n\tsetTimeout(() => {\n\t\trouter.reLaunch('/pages/login/index');\n\t}, 500);\n};\n</script>\n<style lang=\"scss\">\n.u-wrap {\n\tbackground-color: #ffffff;\n\twidth: 100%;\n\theight: calc(100vh - 52px - env(safe-area-inset-bottom));\n\t.fab {\n\t\tpadding: 20rpx 40rpx;\n\t\tposition: fixed;\n\t\tbottom: 200rpx;\n\t\tleft: 0;\n\t\tright: 0;\n\t\tz-index: 9999999999999;\n\t}\n}\n</style>\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/about/index.vue'\nwx.createComponent(Component)"],"names":["userInfo","useUserStore","ref","outLogin","clearStorage","router","Component"],"mappings":"0wBAoBA,GAAI,CAAE,SAAAA,CAAQ,EAAKC,EAAAA,eACPC,EAAG,IAAC,yDAAyD,EACzE,MAAMC,EAAW,IAAM,CACtBC,EAAAA,eACA,WAAW,IAAM,CAChBC,SAAO,SAAS,oBAAoB,CACpC,EAAE,GAAG,CACP,kRC1BA,GAAG,gBAAgBC,CAAS"}
|
||||
Reference in New Issue
Block a user