Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-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
smart-operation
so-manage-ui
Commits
a6374c63
Commit
a6374c63
authored
Jun 13, 2023
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test:获取configmap参数
parent
c3b9a41b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.beagle.yml
.beagle.yml
+1
-0
src/page/main/config/preference/index.vue
src/page/main/config/preference/index.vue
+3
-0
No files found.
.beagle.yml
View file @
a6374c63
...
@@ -145,6 +145,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
...
@@ -145,6 +145,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
platforms
:
linux/amd64,linux/arm64,linux/ppc64le,linux/mips64le
platforms
:
linux/amd64,linux/arm64,linux/ppc64le,linux/mips64le
template
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-system-ui:5.0.17-ARCH
template
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-system-ui:5.0.17-ARCH
target
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-system-ui:5.0.17
target
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-system-ui:5.0.17
insecure
:
true
username
:
username
:
from_secret
:
REGISTRY_USER_ALIYUN
from_secret
:
REGISTRY_USER_ALIYUN
password
:
password
:
...
...
src/page/main/config/preference/index.vue
View file @
a6374c63
...
@@ -225,6 +225,8 @@ import bgBreadcrumb from "@/components/bg-breadcrumb.vue";
...
@@ -225,6 +225,8 @@ import bgBreadcrumb from "@/components/bg-breadcrumb.vue";
import
{
ElMessage
}
from
"
element-plus
"
;
import
{
ElMessage
}
from
"
element-plus
"
;
import
axios
from
"
@/request/http.js
"
;
import
axios
from
"
@/request/http.js
"
;
const
session_validity_max
=
window
.
serviceConfig
.
session_validity_max
;
const
authorizeFormRef
=
ref
(
null
);
const
authorizeFormRef
=
ref
(
null
);
const
secureFormRef
=
ref
(
null
);
const
secureFormRef
=
ref
(
null
);
const
registerFormRef
=
ref
(
null
);
const
registerFormRef
=
ref
(
null
);
...
@@ -326,6 +328,7 @@ const {
...
@@ -326,6 +328,7 @@ const {
}
=
toRefs
(
state
);
}
=
toRefs
(
state
);
onBeforeMount
(()
=>
{
onBeforeMount
(()
=>
{
getPreferenceConfig
();
getPreferenceConfig
();
console
.
log
(
"
最大时长限制是
"
,
session_validity_max
)
});
});
//切换菜单选项
//切换菜单选项
const
switchMenu
=
(
index
)
=>
{
const
switchMenu
=
(
index
)
=>
{
...
...
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