Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
zxn-adputin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lijin
zxn-adputin
Commits
74615aba
Commit
74615aba
authored
Apr 20, 2025
by
lijin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified
parent
0ef90e6e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
GoogleDeveloperSelector.vue
src/components/GoogleDeveloperSelector.vue
+1
-1
googleOauthYoutube.vue
src/views/authAccount/googleOauthYoutube.vue
+2
-2
No files found.
src/components/GoogleDeveloperSelector.vue
View file @
74615aba
...
...
@@ -32,7 +32,7 @@ export default {
},
placeholder
:
{
type
:
String
,
default
:
'请选择
Google
开发者账号'
default
:
'请选择开发者账号'
},
disabled
:
{
type
:
Boolean
,
...
...
src/views/authAccount/googleOauthYoutube.vue
View file @
74615aba
...
...
@@ -158,7 +158,7 @@ export default {
},
addChannelRules
:
{
developerId
:
[
{
required
:
true
,
message
:
'请选择
Google
开发者账号'
,
trigger
:
'change'
}
{
required
:
true
,
message
:
'请选择开发者账号'
,
trigger
:
'change'
}
]
}
}),
...
...
@@ -257,7 +257,7 @@ export default {
// 使用开发者账号ID获取并跳转到Google授权页面
async
authorize
(
developerId
)
{
if
(
!
developerId
)
{
this
.
$message
.
error
(
"请选择
Google
开发者账号"
);
this
.
$message
.
error
(
"请选择开发者账号"
);
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment