diff --git a/package.json b/package.json index 8f000cd..6e837ae 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "js-beautify": "^1.10.2", "js-cookie": "2.2.0", "jsencrypt": "^3.0.0-rc.1", - "jssip": "^3.10.0", + "jssip": "^3.10.1", "jszip": "^3.7.1", "mavon-editor": "^2.9.0", "node-sass": "npm:sass@^1.57.1", diff --git a/src/views/home.vue b/src/views/home.vue index 310cb0a..bab939f 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -422,6 +422,20 @@ >
广告质量分
+
+ 建模 + 上传巨量 +
@@ -2489,6 +2503,17 @@ export default { location.reload() }) } + }, + advertisingFun(obj) { + const { type } = obj + if (type === 1) { + this.$alert('当前检测数量不足,需达到100,000才可制作上传!', { + confirmButtonText: '确定', + callback: action => {} + }) + } else if (type === 2) { + window.open = 'https://business.oceanengine.com/site/asset/dmp/audience/list' + } } }