From c9a5591af41045af2bf353921f872376c2e219b9 Mon Sep 17 00:00:00 2001
From: wuxiangrui <1549509526@qq.com>
Date: Thu, 27 Jun 2024 17:18:03 +0800
Subject: [PATCH] feat: 更换appid
---
config/index.js | 2 +-
manifest.json | 2 +-
pages/my/my.vue | 3 ---
project.config.json | 2 +-
4 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/config/index.js b/config/index.js
index d6b5fc9..3f74dfd 100644
--- a/config/index.js
+++ b/config/index.js
@@ -31,7 +31,7 @@ export default {
wxAppName: '则一飞牛货主',
// 微信小程序ID
- wxAppId: 'wxc140942a593e93ad',
+ wxAppId: 'wxc92a99760d6b0a99',
// 企业微信小程序SuiteID
suiteId: '',
diff --git a/manifest.json b/manifest.json
index c2fb7af..c7bfd6b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -11,7 +11,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wxc140942a593e93ad",
+ "appid" : "wxc92a99760d6b0a99",
"setting" : {
"urlCheck" : false,
"es6" : true,
diff --git a/pages/my/my.vue b/pages/my/my.vue
index e3551e6..6e05f75 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -40,9 +40,6 @@
-
-
-
退出登录
diff --git a/project.config.json b/project.config.json
index 98ac3dd..a6d485a 100644
--- a/project.config.json
+++ b/project.config.json
@@ -20,7 +20,7 @@
"tabIndent": "insertSpaces",
"tabSize": 2
},
- "appid": "wxc140942a593e93ad",
+ "appid": "wxc92a99760d6b0a99",
"libVersion": "3.2.3",
"packOptions": {
"ignore": [],
--
libgit2 0.21.0