소스 검색

appid更换

Xiao_123 6 달 전
부모
커밋
c8bf3437cb
4개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 4 4
      manifest.json
  2. 1 1
      project.config.json
  3. 2 2
      sheep/components/s-auth-modal/components/account-login.vue
  4. 2 2
      uni_modules/uni-scss/manifest.json

+ 4 - 4
manifest.json

@@ -97,7 +97,7 @@
         "oauth": {
           "apple": {},
           "weixin": {
-            "appid": "wx6decdf12f9e7a061",
+            "appid": "wx53c8e456cd6bff24",
             "UniversalLinks": "https://shopro.sheepjs.com/uni-universallinks/__UNI__082C0BA/"
           }
         },
@@ -107,7 +107,7 @@
               "ios",
               "android"
             ],
-            "appid": "wx6decdf12f9e7a061",
+            "appid": "wx53c8e456cd6bff24",
             "UniversalLinks": "https://shopro.sheepjs.com/uni-universallinks/__UNI__082C0BA/"
           },
           "alipay": {
@@ -119,7 +119,7 @@
         },
         "share": {
           "weixin": {
-            "appid": "wx6decdf12f9e7a061",
+            "appid": "wx53c8e456cd6bff24",
             "UniversalLinks": "https://shopro.sheepjs.com/uni-universallinks/__UNI__082C0BA/"
           }
         }
@@ -184,7 +184,7 @@
     "versionCode": 100
   },
   "mp-weixin": {
-    "appid": "wx6decdf12f9e7a061",
+    "appid": "wx53c8e456cd6bff24",
     "setting": {
       "urlCheck": false,
       "minified": true,

+ 1 - 1
project.config.json

@@ -25,6 +25,6 @@
     "ignore": [],
     "include": []
   },
-  "appid": "wx6decdf12f9e7a061",
+  "appid": "wx53c8e456cd6bff24",
   "simulatorPluginLibVersion": {}
 }

+ 2 - 2
sheep/components/s-auth-modal/components/account-login.vue

@@ -68,8 +68,8 @@
   // 数据
   const state = reactive({
     model: {
-      phone: '13229740092', // 账号
-      password: 'Citu123456', // 密码
+      phone: '', // 账号
+      password: '', // 密码
       autoRegister: true, // 是否自动注册
     },
     rules: {

+ 2 - 2
uni_modules/uni-scss/manifest.json

@@ -1,6 +1,6 @@
 {
 	"name" : "",
-	"appid" : "wx6decdf12f9e7a061",
+	"appid" : "wx53c8e456cd6bff24",
 	"description": "应用描述",
 	"versionName": "1.0.0",
 	"versionCode": "100",
@@ -79,7 +79,7 @@
 	"quickapp": {},
 	/* 小程序特有相关 */
 	"mp-weixin": {
-		"appid": "wx6decdf12f9e7a061",
+		"appid": "wx53c8e456cd6bff24",
 		"setting": {
 			"urlCheck": false
 		},