hookehuyr

fix 修改client_name

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