hookehuyr

fix 修改client_name

......@@ -14,7 +14,7 @@ import router from '@/router';
axios.defaults.params = {
f: 'reserve',
client_name: '西园寺',
client_name: '智慧西园寺',
};
/**
......
<!--
* @Date: 2022-08-29 13:55:31
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-25 10:49:57
* @LastEditTime: 2024-12-24 13:48:21
* @FilePath: /xysBooking/src/views/auth.vue
* @Description: 授权模块
-->
......@@ -40,7 +40,7 @@ onMounted(() => {
// });
// TAG: 开发环境测试数据
const short_url = `/srv/?f=reserve&a=openid&client_name=西园寺&res=${raw_url}`;
const short_url = `/srv/?f=reserve&a=openid&client_name=智慧西园寺&res=${raw_url}`;
location.href = import.meta.env.DEV
? `${short_url}&test_openid=${import.meta.env.VITE_OPENID}`
: `${short_url}`;
......