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-12-24 13:51:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5fcd16321cba22f2e21011176ad455f7c8f43ed7
5fcd1632
1 parent
a60a6490
fix 修改client_name
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/utils/axios.js
src/views/auth.vue
src/utils/axios.js
View file @
5fcd163
...
...
@@ -14,7 +14,7 @@ import router from '@/router';
axios
.
defaults
.
params
=
{
f
:
'reserve'
,
client_name
:
'西园寺'
,
client_name
:
'
智慧
西园寺'
,
};
/**
...
...
src/views/auth.vue
View file @
5fcd163
<!--
* @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}`;
...
...
Please
register
or
login
to post a comment