From 521c460b2ef7cff89a792b1c9ad9a400f147aaed Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Mon, 22 Dec 2025 17:18:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20App.vue=20=E5=A2=9E=E5=8A=A0=E5=BF=AB?= =?UTF-8?q?=E5=BA=94=E7=94=A8/=E7=BA=AFH5=E7=9A=84=E5=A6=82=E4=BD=95?= =?UTF-8?q?=E8=8E=B7=E5=8F=96uniacid=E7=9A=84=E5=A4=84=E7=90=86=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/App.vue b/App.vue index 400915e..2a9319b 100644 --- a/App.vue +++ b/App.vue @@ -8,6 +8,7 @@ export default { mixins: [auth], onLaunch: function(options) { + // 方式:支持快应用,从url中query部分获取uniacid,或useragent中获取uniacid // console.log(options.query.uniacid) if(options.query.uniacid){ uni.setStorageSync('uniacid', options.query.uniacid);