mo il y a 1 an
Parent
commit
ec47c370d8
2 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 1 0
      src/components/layout/modals/suggestion-option.tsx
  2. 3 1
      vite.config.ts

+ 1 - 0
src/components/layout/modals/suggestion-option.tsx

@@ -30,6 +30,7 @@ export default defineComponent({
       content: '',
       attachmentUrls: '',
       type: "APP",
+      mobileNo:userStore.getUserInfo.phone
     });
     const state = reactive([]) as any;
 

+ 3 - 1
vite.config.ts

@@ -62,7 +62,9 @@ export default defineConfig({
     VitePWA({
       registerType: 'autoUpdate',
       includeAssets: ['./logo.png'],
-
+      // workbox: {
+      //   globPatterns: ['**/*.{js,css,html,ico,png,svg}']
+      // },
       manifest: {
         name: '酷乐秀-音乐数字课堂',
         short_name: '音乐数字课堂',