From 712c080180b9e8511b4e1c26d707882a557b26c7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 16 七月 2025 18:26:30 +0800
Subject: [PATCH] 前端
---
small-program/manifest.json | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/small-program/manifest.json b/small-program/manifest.json
index d7a52b5..472d5be 100644
--- a/small-program/manifest.json
+++ b/small-program/manifest.json
@@ -5,7 +5,7 @@
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
- "sassImplementationName": "node-sass",
+ "sassImplementationName" : "node-sass",
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
"usingComponents" : true,
@@ -61,7 +61,8 @@
"usingComponents" : true
},
"mp-alipay" : {
- "usingComponents" : true
+ "usingComponents" : true,
+ "appid" : "wxcd2b89fd2ff065f8"
},
"mp-baidu" : {
"usingComponents" : true
--
Gitblit v1.9.3