瀏覽代碼

🔧 chore(config): 更新生产环境配置

- 将租户ID从2更改为6
- 更新小程序appid为wx156ad7125e300e81
- 将客服电话号码从13583995215更改为13858628819
yourname 1 周之前
父節點
當前提交
3de022182d
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      mini/.env.production
  2. 1 1
      mini/project.config.json
  3. 1 1
      mini/src/pages/profile/index.tsx

+ 1 - 1
mini/.env.production

@@ -8,4 +8,4 @@ TARO_APP_API_BASE_URL=https://api.yqingkj.com
 API_VERSION=v1
 
 # 租户ID
-TARO_APP_TENANT_ID=2
+TARO_APP_TENANT_ID=6

+ 1 - 1
mini/project.config.json

@@ -2,7 +2,7 @@
   "miniprogramRoot": "./dist",
   "projectname": "mini",
   "description": "",
-  "appid": "wxd616194e3bc89863",
+  "appid": "wx156ad7125e300e81",
   "setting": {
     "urlCheck": false,
     "es6": false,

+ 1 - 1
mini/src/pages/profile/index.tsx

@@ -224,7 +224,7 @@ const ProfilePage: React.FC = () => {
 
   const handleCallCustomerService = () => {
     Taro.makePhoneCall({
-      phoneNumber: '13583995215'
+      phoneNumber: '13858628819'
     })
   }