v-viewer转化成cdn文件,优化包

This commit is contained in:
aixianling
2024-01-22 17:12:32 +08:00
parent 1aa2e264d7
commit ad0a91750c
46 changed files with 2283 additions and 1054 deletions

View File

@@ -1,3 +1,5 @@
import {directive as viewer} from '../cdn/v-viewer/1.7.4/v-viewer'
const map = {
throttle: {
bind: function (el, obj) {
@@ -24,7 +26,8 @@ const map = {
el.style.display = 'none'
}
}
}
},
viewer: viewer({debug: true})
}

View File

@@ -1,4 +1,4 @@
import CryptoJs from "crypto-js";
import CryptoJs from "crypto-js";
/**
* 密码加密工具