fhrons-mobile
Advanced tools
Comparing version 1.1.21 to 1.1.22-beta.1
@@ -30,3 +30,3 @@ "use strict"; | ||
axios.post('/funapi/cbsmh/mh/mhThirdService/getWxSign', _data).then((res) => { | ||
if (res.code == 1) { | ||
if (res.status == 'SUCCESS') { | ||
setStorage({ name: 'firUrl', content: window.location.href }); | ||
@@ -115,2 +115,4 @@ wx.config({ | ||
wxRegister (option = {}) { | ||
if (!option.link) return; | ||
//data是微信配置信息,option是分享的配置内容 | ||
@@ -117,0 +119,0 @@ wx.ready(function () { |
{ | ||
"name": "fhrons-mobile", | ||
"version": "1.1.21", | ||
"version": "1.1.22-beta.1", | ||
"description": "", | ||
@@ -18,3 +18,2 @@ "main": "index.js", | ||
"dayjs": "^1.10.4", | ||
"fhupload": "^1.0.14", | ||
"less": "^3.0.4", | ||
@@ -25,2 +24,3 @@ "less-loader": "^5.0.0", | ||
"devDependencies": { | ||
"fhcommon": "1.0.15", | ||
"@babel/cli": "^7.24.1", | ||
@@ -27,0 +27,0 @@ "@babel/core": "^7.24.3", |
@@ -48,4 +48,12 @@ export default { | ||
} | ||
}, | ||
targetDom: { | ||
type: String, | ||
default:'' | ||
}, | ||
showTitle: { | ||
type: Boolean, | ||
default:true | ||
} | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
4
77
5851
639656
28
3
21
- Removedfhupload@^1.0.14
- Removedfhupload@1.0.14(transitive)