update 修改jssdk-mgop版本

This commit is contained in:
路 范
2021-09-15 09:37:17 +08:00
parent d242de7639
commit efc72581e1
2 changed files with 1 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
"build": "node build/build.js"
},
"dependencies": {
"@aligov/jssdk-mgop": "^3.1.7",
"@aligov/jssdk-mgop": "^3.0.0",
"axios": "^0.21.4",
"element-ui": "^2.15.6",
"js-md5": "^0.7.3",

View File

@@ -323,13 +323,6 @@ export default {
gotoProject(type) {
this.$router.push({ name: 'projectSelect', params: { type: type } });
},
padStart(num, n) {
var tbl = [];
var len = n - num.toString().length;
if (len <= 0) return num;
if (!tbl[len]) tbl[len] = new Array(len + 1).join('0');
return tbl[len] + num;
},
setZwUserAplus(Userid) {
// 设置用户信息埋点
aplus_queue.push({