From 585ff1cd29e9875f5f2a0fa2b0fdc876c5c6301f Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 26 一月 2026 18:26:31 +0800
Subject: [PATCH] 小程序   接口开发

---
 web/manifest.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/web/manifest.json b/web/manifest.json
index 286e027..900bf10 100644
--- a/web/manifest.json
+++ b/web/manifest.json
@@ -1,6 +1,6 @@
 {
     "name" : "smallRoutine",
-    "appid" : "",
+    "appid" : "__UNI__7C0C90D",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
@@ -45,6 +45,7 @@
             "sdkConfigs" : {}
         }
     },
+	"sassImplementationName": "node-sass",
     /* SDK閰嶇疆 */
     "quickapp" : {},
     /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
@@ -62,7 +63,7 @@
                 "desc" : "鐢ㄤ簬鑾峰彇鍛ㄨ竟搴楅摵"
             }
         },
-				"requiredPrivateInfos": ["getLocation"]
+        "requiredPrivateInfos" : [ "getLocation" ]
     },
     "vueVersion" : "2"
 }

--
Gitblit v1.9.3