1
@@ -30,6 +30,7 @@ export default defineComponent({
content: '',
attachmentUrls: '',
type: "APP",
+ mobileNo:userStore.getUserInfo.phone
});
const state = reactive([]) as any;
@@ -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: '音乐数字课堂',