From 97a497479bbafc144c6a4afe9760b40b1f865cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=98=E6=B3=8A=E5=AE=A2?= <1059510186@qq.com> Date: Mon, 20 Nov 2023 14:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0-=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/home.vue | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) 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' + } } }