fix:更新配置
This commit is contained in:
parent
f6fa2aac45
commit
de10a5d208
4
src/common/libraries/config.ts
Normal file
4
src/common/libraries/config.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export default {
|
||||||
|
WxAppId: 'wx04d2d27ca198367b', //小程序id
|
||||||
|
WxWorkId: 'wwf235ed3a4594b84a',//企业ID
|
||||||
|
}
|
||||||
@ -1,9 +1,10 @@
|
|||||||
|
import config from '@/common/libraries/config'
|
||||||
import { Apis } from '@/gen/Apis'
|
import { Apis } from '@/gen/Apis'
|
||||||
import { defineStore } from 'pinia'
|
import { defineStore } from 'pinia'
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { getApiLoading } from '../libraries/apiLoading'
|
import { getApiLoading } from '../libraries/apiLoading'
|
||||||
const wxworkId = 'ww96c806131a95c739' //企微id
|
const wxworkId = config.WxWorkId //企微id
|
||||||
const wxAppId = 'wx04d2d27ca198367b' //小程序id
|
const wxAppId = config.WxAppId //小程序id
|
||||||
|
|
||||||
type DataType = {
|
type DataType = {
|
||||||
user?: {
|
user?: {
|
||||||
|
|||||||
@ -50,7 +50,7 @@
|
|||||||
"quickapp": {},
|
"quickapp": {},
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin": {
|
"mp-weixin": {
|
||||||
"appid": "wx04d2d27ca198367b",
|
"appid": "wx67e73fbc0e0139c1",
|
||||||
"cloudfunctionRoot": "./cloudfunctions/",
|
"cloudfunctionRoot": "./cloudfunctions/",
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": false
|
"urlCheck": false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user