From f2251d2f5c47fbe00a819f02f8d8c7ed70e60aaf Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 20 Oct 2025 22:08:33 +0800
Subject: [PATCH] feat: 调整路径
---
src/manifest.json | 22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index cc1864a..01c7411 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,12 +1,24 @@
{
- "name" : "",
- "appid" : "",
+ "name" : "掌控智飞",
+ "appid" : "__UNI__0981D7F",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
+ "orientation" : [
+ //竖屏正方向
+ "portrait-primary",
+ //竖屏反方向
+ "portrait-secondary",
+ //横屏正方向
+ "landscape-primary",
+ //横屏反方向
+ "landscape-secondary",
+ //自然方向
+ "default"
+ ],
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
@@ -41,7 +53,9 @@
]
},
/* ios打包配置 */
- "ios" : {},
+ "ios" : {
+ "dSYMs" : false
+ },
/* SDK配置 */
"sdkConfigs" : {}
}
@@ -72,7 +86,7 @@
"h5" : {
"router" : {
"mode" : "hash",
- "base" : "/uniapp-vue3-template/"
+ "base" : "/drone-app/"
}
}
}
--
Gitblit v1.9.3