This commit is contained in:
zoujiandong
2025-07-17 09:05:31 +08:00
parent 6e84da988c
commit dc39275e6e
88 changed files with 316 additions and 541 deletions
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
{"version":3,"file":"case.js","sources":["../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvY2FzZS9jYXNlLnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/case/case.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
{"version":3,"file":"case.js","sources":["pages/case/case.vue","../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvY2FzZS9jYXNlLnZ1ZQ"],"sourcesContent":["<template>\n\t<view class=\"content\">\n\t\t<view class=\"page\">\n\t\t\t<web-view :src=\"src\" ></web-view>\n\t\t</view>\n\t <tabBar :value=\"1\"></tabBar>\t\n\t</view>\n</template>\n\n<script setup>\n\timport { reactive, ref } from 'vue';\n\timport { onShow,onLoad } from \"@dcloudio/uni-app\";\n\timport tabBar from '@/components/tabBar/tabBar.vue';\n\tconst src = ref('')\n\tonLoad((options)=>{\n\t\tif(process.env.UNI_PLATFORM ==\"h5\"){\n\t\t\t let token='';\n\t\t\tif(window.location.href.indexOf('//casedata.igandan.com')>-1){\n\t\t\t token=uni.getStorageSync(\"AUTH_TOKEN_CASEDATA\");\n src.value = 'https://caseplatform.igandan.com/web/home?token='+token;\n\t\t\t}else{\n\t\t\t\t token=uni.getStorageSync(\"DEV_AUTH_TOKEN_CASEDATA\");\n\t\t\t src.value = 'https://dev-caseplatform.igandan.com/web/home?token='+token;\n\t\t\t}\n\t\t\t\n\t\t}else{\n\t\t\tconst { envVersion } = uni.getAccountInfoSync().miniProgram;\n\t\t let token=''\n if (envVersion == \"release\") {\n token=uni.getStorageSync(\"AUTH_TOKEN_CASEDATA\");\n } else {\n token= uni.getStorageSync(\"DEV_AUTH_TOKEN_CASEDATA\");\n };\n\t\t src.value = 'https://dev-caseplatform.igandan.com/web/home?token='+token;\n\t\t}\n \n\t})\n\t\n</script>\n\n<style scoped>\n\t.page{\n\t\twidth:100%;\n\t\theight:calc(100vh - 100rpx);\n\t\toverflow-y: scroll;\n\t}\n\n</style>\n","import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/case/case.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","onLoad","uni"],"mappings":";;;;;AAYC,MAAA,SAAmB,MAAA;;;;AACb,UAAA,MAAMA,kBAAI,EAAE;AAClBC,kBAAA,OAAO,CAAC,YAAU;AAWZ;AACJ,cAAM,EAAE,WAAe,IAAAC,cAAA,MAAI,qBAAqB;AAC/C,YAAI,QAAM;AACJ,YAAI,cAAc,WAAW;AACrB,kBAAAA,cAAA,MAAI,eAAe,qBAAqB;AAAA,QAAA,OACzC;AACE,kBAAAA,cAAA,MAAI,eAAe,yBAAyB;AAAA,QACrD;AACP,YAAI,QAAQ,yDAAuD;AAAA,MACpE;AAAA,IAAA,CAEA;;;;;;;;;;;;ACnCF,GAAG,WAAW,eAAe;"}
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
{"version":3,"file":"certImg.js","sources":["../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvY2VydEltZy9jZXJ0SW1nLnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/certImg/certImg.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
{"version":3,"file":"certImg.js","sources":["pages/certImg/certImg.vue","../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvY2VydEltZy9jZXJ0SW1nLnZ1ZQ"],"sourcesContent":["<template>\r\n <backNav :navName=\"'病例收录证书'\"></backNav>\r\n <view class=\"imgbox\">\r\n <u--image\r\n :showLoading=\"true\"\r\n :src=\"src\"\r\n width=\"100%\"\r\n mode=\"widthFix\"\r\n ></u--image>\r\n </view>\r\n</template>\r\n\r\n<script setup>\r\nimport { ref } from 'vue';\r\nimport { onLoad } from \"@dcloudio/uni-app\";\r\nimport backNav from \"@/components/backNav/backNav.vue\";\r\nconst src = ref('')\r\nonLoad((options) => {\r\n if(options.src){\r\n src.value = options.src;\r\n }else{\r\n src.value= 'https://cn.bing.com//th?id=OHR.SanMiguelAzores_ZH-CN2511982585_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp';\r\n }\r\n \r\n});\r\n</script>\r\n\r\n<style lang='scss' scoped>\r\n.imgbox{\r\n margin-top: -30rpx;\r\n}\r\n</style>\r\n","import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/certImg/certImg.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","onLoad"],"mappings":";;;;;;;;;;AAeA,MAAM,UAAU,MAAW;;;;AAC3B,UAAM,MAAMA,cAAG,IAAC,EAAE;AAClBC,kBAAM,OAAC,CAAC,YAAY;AAChB,UAAG,QAAQ,KAAI;AACX,YAAI,QAAQ,QAAQ;AAAA,MAC5B,OAAS;AACF,YAAI,QAAO;AAAA,MACb;AAAA,IAEL,CAAC;;;;;;;;;;;;;;;;;ACvBD,GAAG,WAAW,eAAe;"}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
{"version":3,"file":"web.js","sources":["../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvd2ViL3dlYi52dWU"],"sourcesContent":["import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/web/web.vue'\nwx.createPage(MiniProgramPage)"],"names":["MiniProgramPage"],"mappings":";;;;;;;;;;;;;;;;AACA,GAAG,WAAWA,SAAe;"}
{"version":3,"file":"web.js","sources":["pages/web/web.vue","../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvd2ViL3dlYi52dWU"],"sourcesContent":["<template>\r\n\t<web-view :src=\"src\"></web-view>\n</template>\n\n<script setup>\n\timport { ref } from 'vue';\n\timport { onLoad } from \"@dcloudio/uni-app\";\r\n\tconst src=ref('')\r\n onLoad((option)=>{\r\n\t\tsrc.value=option.src\r\n\t})\n</script>\n\n<style scoped>\n\n</style>\n","import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/web/web.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","onLoad","MiniProgramPage"],"mappings":";;;;;AAOC,UAAM,MAAIA,cAAG,IAAC,EAAE;AACbC,kBAAM,OAAC,CAAC,WAAS;AACnB,UAAI,QAAM,OAAO;AAAA,IACnB,CAAE;;;;;;;;ACTF,GAAG,WAAWC,SAAe;"}