From aed1ef97d6ae1d3961b9a57c767758c9d34e1b93 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 04 三月 2024 14:01:15 +0800
Subject: [PATCH] ERP接口
---
h5/App.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 752c9d1..76fce77 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -10,7 +10,7 @@
for (const q of query) {
if (q.indexOf('code=') !== -1) {
- code = q.substring(q.indexOf('code=') + 5, q.indexOf('&'))
+ code = q.substring(q.indexOf('code=') + 5, q.length)
}
}
that.$u.api.wxAuthorize({
--
Gitblit v1.9.3