石广澎
2023-12-01 87f07e589fb1c8103513a5fcc8febe3b14f5535f
admin-web/src/components/upload/index.vue
@@ -44,7 +44,7 @@
        <img
          v-if="checkImg(src.name)"
          class="v-img"
          :src="src.url"
          :src="getUrl(src.path)"
          :alt="src.name"
          style="width: 100px;height: 100px;"
        >
@@ -54,9 +54,9 @@
</template>
<script>
import { getToken } from '@/utils/auth'
import { sessionToken } from '@/settings'
import { getDownUrl } from '@/utils/base'
import {getToken} from '@/utils/auth'
import {sessionToken} from '@/settings'
import {getDownUrl} from '@/utils/base'
import Viewer from 'viewerjs'
import 'viewerjs/dist/viewer.css'