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
3dd59905
Commit
3dd59905
authored
Feb 06, 2023
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:复制成功后出现提示框,版本变更为5.0.6
parent
efac7b27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.beagle.yml
.beagle.yml
+2
-2
src/bg-ui/bg-info.vue
src/bg-ui/bg-info.vue
+1
-0
No files found.
.beagle.yml
View file @
3dd59905
...
@@ -62,7 +62,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
...
@@ -62,7 +62,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5
# 基础镜像,根据项目需求进行使用,如果第三方登录改成ui-base
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5
# 基础镜像,根据项目需求进行使用,如果第三方登录改成ui-base
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
wod/apaas-system-ui
# 生成镜像的 分组/名称
repo
:
wod/apaas-system-ui
# 生成镜像的 分组/名称
version
:
"
5.
1.2
"
# 版本号
version
:
"
5.
0.6
"
# 版本号
channel
:
alpha
# 后缀 example: alpha test fix-alpha fix等
channel
:
alpha
# 后缀 example: alpha test fix-alpha fix等
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
# 不同架构的构建参数
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
# 不同架构的构建参数
registry
:
registry.cn-qingdao.aliyuncs.com
# 私有仓库地址
registry
:
registry.cn-qingdao.aliyuncs.com
# 私有仓库地址
...
@@ -93,7 +93,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
...
@@ -93,7 +93,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5-arm64
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5-arm64
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
wod/apaas-system-ui
repo
:
wod/apaas-system-ui
version
:
"
5.
1.2
"
version
:
"
5.
0.6
"
channel
:
alpha-arm64
channel
:
alpha-arm64
args
:
"
TARGETOS=linux,TARGETARCH=arm64"
args
:
"
TARGETOS=linux,TARGETARCH=arm64"
registry
:
registry.cn-qingdao.aliyuncs.com
registry
:
registry.cn-qingdao.aliyuncs.com
...
...
src/bg-ui/bg-info.vue
View file @
3dd59905
...
@@ -121,6 +121,7 @@ const copyText = (text, e) => {
...
@@ -121,6 +121,7 @@ const copyText = (text, e) => {
const
copyIcon
=
(
data
)
=>
{
const
copyIcon
=
(
data
)
=>
{
navigator
.
clipboard
.
writeText
(
data
).
then
(
navigator
.
clipboard
.
writeText
(
data
).
then
(
ElMessage
.
success
(
"
复制成功
"
),
function
()
{},
function
()
{},
function
()
{}
function
()
{}
);
);
...
...
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