This commit is contained in:
D 2024-01-16 00:53:59 +08:00
parent 321c36007f
commit 6604585e2b

View File

@ -83,8 +83,8 @@ export function generateUUID(): string {
*/ */
export async function getCode() { export async function getCode() {
// #ifdef H5 // #ifdef H5
let appid = "wx98501e665b0f0596"; let appid = "";
let url = "http://localhost:3002/index.html"; let url = "";
let code = ""; let code = "";
// 截取url中的code方法 // 截取url中的code方法