From fbe0401daf86840884f6f367215ecda76def9c57 Mon Sep 17 00:00:00 2001 From: linju-json Date: Tue, 18 May 2021 12:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AFh5=E7=AB=AF?= =?UTF-8?q?=E5=BC=95=E5=AF=BC=E7=94=A8=E6=88=B7=E4=B8=8B=E8=BD=BDapp?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index eaa288a..7c03a73 100644 --- a/main.js +++ b/main.js @@ -6,7 +6,7 @@ import request from './js_sdk/request.js'; Vue.config.productionTip = false Vue.prototype.request = request -//openApp(); +openApp(); App.mpType = 'app' const app = new Vue({ -- GitLab