Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
a77eb65b
Commit
a77eb65b
authored
Mar 11, 2021
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
c569b324
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/pages/authority/user/organizationuser.vue
src/pages/authority/user/organizationuser.vue
+2
-1
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+2
-1
No files found.
src/pages/authority/user/organizationuser.vue
View file @
a77eb65b
...
...
@@ -271,7 +271,8 @@ export default {
rules
:
{
account
:
[
{
required
:
true
,
message
:
"
请输入账号
"
,
trigger
:
"
blur
"
},
{
max
:
16
,
message
:
"
长度应小于16个字符
"
,
trigger
:
"
blur
"
},
{
max
:
16
,
message
:
"
长度请不大于16个字符
"
,
trigger
:
"
blur
"
},
{
min
:
3
,
message
:
"
长度请不小于3个字符
"
,
trigger
:
"
blur
"
},
{
validator
:
user_name_pass
,
trigger
:
"
blur
"
}
],
password
:
[
...
...
src/pages/workbench/workPlace.vue
View file @
a77eb65b
...
...
@@ -1095,7 +1095,8 @@ export default {
},
gotopage
(
id
,
deploy
)
{
if
(
deploy
)
{
this
.
$router
.
push
(
this
.
detailsUrl1
[
0
][
1
]
+
deploy
);
console
.
log
(
id
)
this
.
$router
.
push
(
this
.
detailsUrl1
[
0
][
1
]
+
deploy
+
"
?app_id=
"
+
id
);
}
else
{
this
.
$router
.
push
(
this
.
detailsUrl1
[
0
][
0
]
+
id
);
}
...
...
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