From ae6477e76d9f76e0097b4de22ff6f5cab677714d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 02 二月 2026 11:45:13 +0800
Subject: [PATCH] 进销存升级app: 1.不需要登录公司
---
src/manifest.json | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index 1caa2f0..b1d2575 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,16 +1,16 @@
{
"name" : "淇℃伅绠$悊",
- "appid" : "__UNI__E1C100D",
+ "appid" : "__UNI__099A590",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
- "compatible" : {
- "usingComponents" : true,
- "ignoreVersion" : true
- },
+ "compatible" : {
+ "usingComponents" : true,
+ "ignoreVersion" : true
+ },
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
--
Gitblit v1.9.3