fhrons-mobile
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -1,7 +0,7 @@ | ||
import { loadStyleLink } from '../js/func' | ||
// import { loadStyleLink } from '../js/func' | ||
loadStyleLink("https://frcdap-dev-1251973116.cos.ap-shanghai-fsi.myqcloud.com/sassmanage/file/dev/iconLinkCss/icon.css") | ||
// loadStyleLink("https://frcdap-dev-1251973116.cos.ap-shanghai-fsi.myqcloud.com/sassmanage/file/dev/iconLinkCss/icon.css") | ||
import './global.less' | ||
// import './global.less' | ||
// import './static.less' | ||
// import './customVant.less' |
@@ -312,2 +312,13 @@ /** | ||
return result; | ||
} | ||
/** | ||
* 校验是否为base64 | ||
* @param {*} str base64 数据 | ||
* @returns | ||
*/ | ||
export function isBase64 (str = '') { | ||
const test = /^\s*data:([a-z]+\/[a-z0-9-+.]+(;[a-z-]+=[a-z0-9-]+)?)?(;base64)?,([a-z0-9!$&',()*+;=\-._~:@\/?%\s]*?)\s*$/i; // eslint-disable-line | ||
return test.test(str); | ||
} |
@@ -40,3 +40,29 @@ module.exports = { | ||
"applyprocess.examine.mmq191": "复制成功", | ||
"verify.verifyslide.6dsw8j":"{0}s验证成功" | ||
"customerdetail.customeranalysis.xd8243": "请输入", | ||
"utils.mockdata.6tme0h": "请输入正确内容", | ||
"verify.verifyslide.6dsw8j": "{0}s验证成功", | ||
"utils.shareway.ig00tj": "微信", | ||
"utils.shareway.38iga3": "朋友圈", | ||
"utils.shareway.k0e127": "企业微信", | ||
"utils.shareway.181ju5": "下载图片", | ||
"utils.shareway.1u1f7r": "复制链接", | ||
"utils.shareway.w62b3q": "下载二维码", | ||
"js.qywxapi.tr5fcx": "版本过低请升级", | ||
"sharepanel.index.1kwng7": "请选择分享方式", | ||
"sharepanel.index.dno2fd": "分享文案已复制,", | ||
"sharepanel.index.s2r2p6": "分享失败", | ||
"sharepanel.index.v7x252": "仅支持图片下载", | ||
"sharepanel.index.w6txvk": "未设置分享链接", | ||
"sharepanel.index.x9o8d1": "复制链接成功", | ||
"sharepanel.index.8brx0t": "复制链接失败", | ||
"sharepanel.index.388q25": "文案已复制", | ||
"sharepanel.index.4ty622": "复制失败", | ||
"sharepanel.index.bt0lv1": "已保存至相册", | ||
"sharepanel.sheetpanel.6h1nj5": "分享文案已复制", | ||
"sharepanel.sheetpanel.72qrxf": "复制文案成功", | ||
"sharepanel.sheetpanel.38d413": "复制文案失败", | ||
"utils.qywxsharemixin.879vst": "左右点击可进行预览图片切换,右键保存到本地后发送", | ||
"utils.qywxsharemixin.e637z6": "左右滑动可进行预览图片切换,长按图片转发或保存到本地后发送", | ||
"dataenrichcompoentns.basicinfoform.434f5b": "取消", | ||
} |
{ | ||
"name": "fhrons-mobile", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "", | ||
@@ -19,3 +19,4 @@ "main": "index.js", | ||
"less": "^3.0.4", | ||
"less-loader": "^5.0.0" | ||
"less-loader": "^5.0.0", | ||
"moment": "^2.30.1" | ||
}, | ||
@@ -22,0 +23,0 @@ "devDependencies": { |
@@ -6,2 +6,3 @@ import Introduce from './introduce' | ||
import { uploadFile, VanUploadFile } from './uploadFile' | ||
export { AutoGraph, Introduce, AreaMobile, Verify, uploadFile, VanUploadFile } | ||
import SharePanel from './sharePanel' | ||
export { AutoGraph, Introduce, AreaMobile, Verify, uploadFile, VanUploadFile, SharePanel } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
417793
60
4372
4
+ Addedmoment@^2.30.1
+ Addedmoment@2.30.1(transitive)