1.修改健康银行访问链接
This commit is contained in:
2026-03-24 09:22:41 +08:00
parent 687fb37beb
commit 6ca7141c5d
+3 -3
View File
@@ -45,7 +45,7 @@
import { getToken } from '/@/utils/auth';
import { useLoading } from '/@/components/Loading';
import { useGlobSetting } from '/@/hooks/setting';
const { viteOutUrl } = useGlobSetting();
const { viteOutUrl, apiUrl } = useGlobSetting();
export default defineComponent({
name: 'BasicMenu',
@@ -138,8 +138,8 @@
url: '/health-system/api/sys/encryptInfo',
params: {
str: {
scheme: url.split('://')[0],
host: url.split('://')[1],
scheme: apiUrl.split('://')[0],
host: apiUrl.split('://')[1],
tokenF: getToken(),
},
},