转运微信端,app端

seimin 27845810ee 特殊关闭至少5个字 il y a 5 jours
.hbuilderx 0ef67c5c88 添加工单完成弹出问卷码 il y a 9 mois
components 27845810ee 特殊关闭至少5个字 il y a 5 jours
http fef3152df3 解决冲突 il y a 4 mois
js_sdk 65bf4cc0ea 项目初始化 il y a 3 ans
mixins 909a06e525 优化 il y a 1 an
pages 27845810ee 特殊关闭至少5个字 il y a 5 jours
static 91c6a5c637 动态密钥开发 il y a 4 mois
tools 5d65e285f2 图片压缩调整 il y a 3 mois
uni_modules d7c8cfc673 标本间开发 il y a 5 mois
upload 48d4cf3d3a 更新配置 il y a 9 mois
.gitignore 65bf4cc0ea 项目初始化 il y a 3 ans
App.vue d7c8cfc673 标本间开发 il y a 5 mois
main.js 84f22379c8 南京中医药问题整改 il y a 1 mois
manifest.json 4efba8ea03 南京问题修复 il y a 1 mois
package-lock.json 5d65e285f2 图片压缩调整 il y a 3 mois
package.json 5d65e285f2 图片压缩调整 il y a 3 mois
pages.json d934de4f6e 陪检 il y a 2 mois
readme.md 6254675b53 打包安卓apk的时候manifest.json的name字段修改为“病理全流程” il y a 3 mois
uni.scss 65bf4cc0ea 项目初始化 il y a 3 ans
vue.config.js 2116bb74bc 药房端切换科室BUG修复,增加sourceMap配置 il y a 3 ans

readme.md

目录清理

  • 新血制品 newBlood
  • 医疗废物 medicalWaste
  • 门诊 outpatient
  • 被服洗涤 quiltWashing

宜昌中心医院有二级目录,打包的时候需要修改配置

  • manifest.json文件需要修改h5.router.base,代码已注释

iconfont下载后路径前添加前缀,如下:

@font-face {
  font-family: "newicon"; /* Project id 4304849 */
  src: url('iconfont.woff2?t=1728893186075') format('woff2'),
       url('iconfont.woff?t=1728893186075') format('woff'),
       url('iconfont.ttf?t=1728893186075') format('truetype');
}

改成

@font-face {
  font-family: "newicon"; /* Project id 4304849 */
  src: url('~@/static/font/iconfont.woff2?t=1728893186075') format('woff2'),
       url('~@/static/font/iconfont.woff?t=1728893186075') format('woff'),
       url('~@/static/font/iconfont.ttf?t=1728893186075') format('truetype');
}

打包安卓apk的时候manifest.json的name字段修改为“病理全流程”