From af4fc982131b9a7f40fb4f2a4fd8780d7cdc0fc4 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 21 一月 2026 09:16:57 +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