hookehuyr

fix 桌面端适配

...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
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-08-22 10:42:53 5 + * @LastEditTime: 2024-01-23 13:14:47
6 - * @FilePath: /front/src/main.js 6 + * @FilePath: /xysBooking/src/main.js
7 * @Description: 7 * @Description:
8 */ 8 */
9 import { createApp } from 'vue'; 9 import { createApp } from 'vue';
...@@ -51,6 +51,7 @@ import axios from '@/utils/axios'; ...@@ -51,6 +51,7 @@ import axios from '@/utils/axios';
51 import { createPinia } from 'pinia'; 51 import { createPinia } from 'pinia';
52 import 'vant/lib/index.css'; 52 import 'vant/lib/index.css';
53 import vueEsign from 'vue-esign'; 53 import vueEsign from 'vue-esign';
54 +import '@vant/touch-emulator';
54 55
55 const pinia = createPinia(); 56 const pinia = createPinia();
56 const app = createApp(App); 57 const app = createApp(App);
......