Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-01-25 10:57:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33555f4f2cb95214be88f392948f5f933ca12ee8
33555f4f
1 parent
977b784f
授权地址修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/auth.vue
src/views/auth.vue
View file @
33555f4
<!--
* @Date: 2022-08-29 13:55:31
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-2
2 14:12:09
* @LastEditTime: 2024-01-2
5 10:49:57
* @FilePath: /xysBooking/src/views/auth.vue
* @Description: 授权模块
-->
...
...
@@ -40,7 +40,7 @@ onMounted(() => {
// });
// TAG: 开发环境测试数据
const short_url = `/srv/?
a=openid
&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}`;
...
...
Please
register
or
login
to post a comment