hookehuyr

新需求-新增一个活动展示页面

...@@ -23,6 +23,7 @@ declare module '@vue/runtime-core' { ...@@ -23,6 +23,7 @@ declare module '@vue/runtime-core' {
23 VanField: typeof import('vant/es')['Field'] 23 VanField: typeof import('vant/es')['Field']
24 VanIcon: typeof import('vant/es')['Icon'] 24 VanIcon: typeof import('vant/es')['Icon']
25 VanImage: typeof import('vant/es')['Image'] 25 VanImage: typeof import('vant/es')['Image']
26 + VanPopover: typeof import('vant/es')['Popover']
26 VanPopup: typeof import('vant/es')['Popup'] 27 VanPopup: typeof import('vant/es')['Popup']
27 VanRow: typeof import('vant/es')['Row'] 28 VanRow: typeof import('vant/es')['Row']
28 VRViewer: typeof import('./src/components/VRViewer/index.vue')['default'] 29 VRViewer: typeof import('./src/components/VRViewer/index.vue')['default']
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
40 "unplugin-vue-components": "^0.24.1", 40 "unplugin-vue-components": "^0.24.1",
41 "uuid": "^8.3.2", 41 "uuid": "^8.3.2",
42 "v-viewer": "^3.0.11", 42 "v-viewer": "^3.0.11",
43 - "vant": "^4.6.3", 43 + "vant": "^4.8.1",
44 "vconsole": "^3.14.6", 44 "vconsole": "^3.14.6",
45 "video.js": "^8.3.0", 45 "video.js": "^8.3.0",
46 "vite-plugin-dynamic-import": "^0.9.6", 46 "vite-plugin-dynamic-import": "^0.9.6",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-05-31 12:06:19 3 * @Date: 2022-05-31 12:06:19
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2023-07-18 14:02:08 5 + * @LastEditTime: 2023-12-29 14:00:08
6 * @FilePath: /map-demo/src/main.js 6 * @FilePath: /map-demo/src/main.js
7 * @Description: 7 * @Description:
8 */ 8 */
...@@ -40,6 +40,7 @@ import { ...@@ -40,6 +40,7 @@ import {
40 Checkbox, 40 Checkbox,
41 Search, 41 Search,
42 ImagePreview, 42 ImagePreview,
43 + Popover,
43 } from 'vant'; 44 } from 'vant';
44 import router from './router'; 45 import router from './router';
45 import App from './App.vue'; 46 import App from './App.vue';
......
1 /* 1 /*
2 * @Date: 2023-05-29 11:10:19 2 * @Date: 2023-05-29 11:10:19
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-07-27 11:04:44 4 + * @LastEditTime: 2023-12-29 16:44:30
5 * @FilePath: /map-demo/src/route.js 5 * @FilePath: /map-demo/src/route.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
...@@ -27,4 +27,11 @@ export default [ ...@@ -27,4 +27,11 @@ export default [
27 title: '内部地图', 27 title: '内部地图',
28 }, 28 },
29 }, 29 },
30 + {
31 + path: '/activity',
32 + component: () => import('@/views/activity.vue'),
33 + meta: {
34 + title: '活动地图',
35 + },
36 + },
30 ]; 37 ];
......
This diff is collapsed. Click to expand it.
...@@ -293,10 +293,10 @@ ...@@ -293,10 +293,10 @@
293 resolved "https://mirrors.cloud.tencent.com/npm/@vant/popperjs/-/popperjs-1.3.0.tgz" 293 resolved "https://mirrors.cloud.tencent.com/npm/@vant/popperjs/-/popperjs-1.3.0.tgz"
294 integrity sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw== 294 integrity sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw==
295 295
296 -"@vant/use@^1.5.1": 296 +"@vant/use@^1.6.0":
297 - version "1.5.1" 297 + version "1.6.0"
298 - resolved "https://mirrors.cloud.tencent.com/npm/@vant/use/-/use-1.5.1.tgz" 298 + resolved "https://mirrors.cloud.tencent.com/npm/@vant/use/-/use-1.6.0.tgz#237df3091617255519552ca311ffdfea9de59001"
299 - integrity sha512-Zxd7lDz/LliVYEQi3PR9a8CQa/kGCVzF0u9hqDMaTlgXlbG0wHMFPllrcG0ThR6bfs8xrYVuSFM9pJn6HSoUGQ== 299 + integrity sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA==
300 300
301 "@videojs-player/vue@^1.0.0": 301 "@videojs-player/vue@^1.0.0":
302 version "1.0.0" 302 version "1.0.0"
...@@ -3144,13 +3144,13 @@ v-viewer@^3.0.11: ...@@ -3144,13 +3144,13 @@ v-viewer@^3.0.11:
3144 lodash "^4.17.21" 3144 lodash "^4.17.21"
3145 viewerjs "^1.9.0" 3145 viewerjs "^1.9.0"
3146 3146
3147 -vant@^4.6.3: 3147 +vant@^4.8.1:
3148 - version "4.6.3" 3148 + version "4.8.1"
3149 - resolved "https://mirrors.cloud.tencent.com/npm/vant/-/vant-4.6.3.tgz#e36a2dc2fa94253b8218094d88e9b0cd62b3437d" 3149 + resolved "https://mirrors.cloud.tencent.com/npm/vant/-/vant-4.8.1.tgz#b4fce5fb5aa9dfa42143c4122d1e2f92407ec768"
3150 - integrity sha512-hkiBzM1dhEj9EWSjRnyB7gd6SiVa3/+qthNZtlJdj42C+pXIN+oq0UhKz5PRHWi8fHyPfycnqRzyvEJxouT+zw== 3150 + integrity sha512-SkFZM3Z3Bwi5do+iQNfRgDi7b+Ka29rUUNzck06W2KoFie3CLTqSifLa5TuZCEoXPSkqR+fRH/VE5G57mmL8sg==
3151 dependencies: 3151 dependencies:
3152 "@vant/popperjs" "^1.3.0" 3152 "@vant/popperjs" "^1.3.0"
3153 - "@vant/use" "^1.5.1" 3153 + "@vant/use" "^1.6.0"
3154 "@vue/shared" "^3.0.0" 3154 "@vue/shared" "^3.0.0"
3155 3155
3156 vconsole@^3.14.6: 3156 vconsole@^3.14.6:
......