|
@@ -5,6 +5,7 @@ import { defineComponent } from 'vue'
|
|
|
import styles from './index.module.less'
|
|
|
import dayjs from 'dayjs'
|
|
|
import ShareModel from './share-model'
|
|
|
+import { postMessage } from '@/helpers/native-message'
|
|
|
import { state } from '@/state'
|
|
|
|
|
|
export const getAssetsHomeFile = (fileName: string) => {
|