dev
test
@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.0-B.10](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.9...v1.0.0-B.10) (2023-05-17)
### Bug Fixes
* 修改导航方向错位问题 ([78ad7aa](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/78ad7aa4cb555092892f9ae1845db2bfb44cc745))
## [1.0.0-B.9](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.8...v1.0.0-B.9) (2023-05-15)
@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.9",
"version": "1.0.0-B.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@better-scroll/core": "^2.5.0",
"@better-scroll/observe-image": "^2.5.0",
@ -1,6 +1,6 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -15,7 +15,7 @@
"floorOrder": 3,
"ip": "192.168.1.209",
"mac": "4CEDFBCAFF27",
"location": "0",
"location": "30",
"angle": "0",
"projectCode": "project-n-ww5jvpwnu0ads70lbkda"
}
@ -64,7 +64,7 @@ onBeforeUnmount(() => {
})
watch(route, to => {
if (to.fullPath === '/' || to.fullPath === '/nav' || to.fullPath === '/nav?type=art') {
if (to.fullPath === '/nav' || to.fullPath === '/nav?type=art') {
window?.Map_QM?.startRender()
} else {
window?.Map_QM?.cancelRender()
@ -411,10 +411,10 @@ watch(shop, newVal => {
overflow: hidden;
.di-icon {
max-width: 180px;
max-height: 180px;
.go-container {
max-width: 200px;
margin-top: 75px;
font-size: 36px;
font-family: 'font_bold';