修复小程序内来馆地图导航
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-11 17:24:45 +08:00
parent 12c0b5ede2
commit f9fefa11ef
12 changed files with 1161 additions and 146 deletions

View File

@@ -16,6 +16,7 @@
"dev:test:mp-weixin": "uni -p mp-weixin --mode test",
"build:test:mp-weixin": "uni build -p mp-weixin --mode test",
"build:mp-weixin": "uni build -p mp-weixin --mode production",
"test:unit": "vitest run",
"type-check": "vue-tsc --noEmit",
"lint": "eslint \"src/**/*.{ts,vue}\""
},
@@ -39,9 +40,11 @@
"@vue/runtime-core": "3.4.21",
"eslint": "8.57.1",
"eslint-plugin-vue": "9.30.0",
"sass": "1.99.0",
"sass-embedded": "1.99.0",
"typescript": "5.3.3",
"vite": "5.2.8",
"vitest": "1.6.1",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "1.8.27"
}