From e6bd3295114d44b2c8d0bb00e888b9c4fd1a7609 Mon Sep 17 00:00:00 2001 From: h_mo <596417202@qq.com> Date: Sun, 19 Jun 2022 20:36:46 +0800 Subject: [PATCH] chore --- package.json | 2 +- src/manifest.json | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5764334..575a12f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "uni-preset-vue", + "name": "uni-preset-vue3", "version": "0.0.0", "scripts": { "dev:app": "uni -p app", diff --git a/src/manifest.json b/src/manifest.json index 063cae0..7e33ba0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { - "name" : "", - "appid" : "", + "name" : "uni-preset-vue-ts", + "appid" : "__UNI__38BE53A", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -75,10 +75,12 @@ "vueVersion" : "3", "h5" : { "router" : { - "mode" : "history" + "mode" : "hash", + "base" : "./" }, "devServer" : { "https" : false - } + }, + "title" : "uni-preset-vue3" } }