update
1.修改健康银行访问链接
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
import { getToken } from '/@/utils/auth';
|
import { getToken } from '/@/utils/auth';
|
||||||
import { useLoading } from '/@/components/Loading';
|
import { useLoading } from '/@/components/Loading';
|
||||||
import { useGlobSetting } from '/@/hooks/setting';
|
import { useGlobSetting } from '/@/hooks/setting';
|
||||||
const { viteOutUrl } = useGlobSetting();
|
const { viteOutUrl, apiUrl } = useGlobSetting();
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'BasicMenu',
|
name: 'BasicMenu',
|
||||||
@@ -138,8 +138,8 @@
|
|||||||
url: '/health-system/api/sys/encryptInfo',
|
url: '/health-system/api/sys/encryptInfo',
|
||||||
params: {
|
params: {
|
||||||
str: {
|
str: {
|
||||||
scheme: url.split('://')[0],
|
scheme: apiUrl.split('://')[0],
|
||||||
host: url.split('://')[1],
|
host: apiUrl.split('://')[1],
|
||||||
tokenF: getToken(),
|
tokenF: getToken(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user