hookehuyr

授权地址修改

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-22 14:12:09 4 + * @LastEditTime: 2024-01-25 10:49:57
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/?a=openid&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}`;
......