fix:更新配置

This commit is contained in:
Your Name 2026-05-28 10:52:48 +08:00
parent f6fa2aac45
commit de10a5d208
3 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,4 @@
export default {
WxAppId: 'wx04d2d27ca198367b', //小程序id
WxWorkId: 'wwf235ed3a4594b84a',//企业ID
}

View File

@ -1,9 +1,10 @@
import config from '@/common/libraries/config'
import { Apis } from '@/gen/Apis'
import { defineStore } from 'pinia'
import { ref } from 'vue'
import { getApiLoading } from '../libraries/apiLoading'
const wxworkId = 'ww96c806131a95c739' //企微id
const wxAppId = 'wx04d2d27ca198367b' //小程序id
const wxworkId = config.WxWorkId //企微id
const wxAppId = config.WxAppId //小程序id
type DataType = {
user?: {

View File

@ -50,7 +50,7 @@
"quickapp": {},
/* */
"mp-weixin": {
"appid": "wx04d2d27ca198367b",
"appid": "wx67e73fbc0e0139c1",
"cloudfunctionRoot": "./cloudfunctions/",
"setting": {
"urlCheck": false