Showing
2 changed files
with
3 additions
and
3 deletions
| 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}`; | ... | ... |
-
Please register or login to post a comment