fix:初始化
This commit is contained in:
parent
55f2e26b8c
commit
d91cf8c0de
@ -3,7 +3,7 @@ const common_vendor = require("../vendor.js");
|
||||
const gen_Apis = require("../../gen/Apis.js");
|
||||
const common_libraries_setTabBar = require("../libraries/setTabBar.js");
|
||||
const common_libraries_apiLoading = require("../libraries/apiLoading.js");
|
||||
const wxAppId = "wx31500e871924b903";
|
||||
const wxAppId = "wx8c19a9af392108d7";
|
||||
const useWeAppAuthStore = common_vendor.defineStore("we_app_auth", () => {
|
||||
const loading = common_vendor.ref(false);
|
||||
const hasError = common_vendor.ref(false);
|
||||
|
||||
2
dist/dev/mp-weixin/project.config.json
vendored
2
dist/dev/mp-weixin/project.config.json
vendored
@ -13,7 +13,7 @@
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "",
|
||||
"appid": "wx31500e871924b903",
|
||||
"appid": "wx8c19a9af392108d7",
|
||||
"projectname": "",
|
||||
"condition": {
|
||||
"search": {
|
||||
|
||||
@ -3,7 +3,7 @@ import { defineStore } from 'pinia'
|
||||
import { ref } from 'vue'
|
||||
import { setTabBar } from '../libraries/setTabBar'
|
||||
import { getApiLoading } from '../libraries/apiLoading'
|
||||
const wxAppId = 'wx31500e871924b903' //小程序id
|
||||
const wxAppId = 'wx8c19a9af392108d7' //小程序id
|
||||
|
||||
type DataType = {
|
||||
user?: {
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
"quickapp": {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin": {
|
||||
"appid": "wx31500e871924b903",
|
||||
"appid": "wx8c19a9af392108d7",
|
||||
"setting": {
|
||||
"urlCheck": false
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user