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
de47e7c5
Commit
de47e7c5
authored
May 16, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 全部分类请求参数
parent
1495369d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
29 deletions
+29
-29
.beagle.yml
.beagle.yml
+28
-28
src/request/api/product-type.js
src/request/api/product-type.js
+1
-1
No files found.
.beagle.yml
View file @
de47e7c5
...
@@ -101,25 +101,25 @@ pipeline:
...
@@ -101,25 +101,25 @@ pipeline:
# - master
# - master
# 构建arm64位镜像
# 构建arm64位镜像
docker-arm64
:
#
docker-arm64:
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-docker:1.0
#
image: registry.cn-qingdao.aliyuncs.com/wod/devops-docker:1.0
volumes
:
#
volumes:
-
/var/run/docker.sock:/var/run/docker.sock
#
- /var/run/docker.sock:/var/run/docker.sock
base
:
hub.wodcloud.com/wod/ui-base:2.0-apaasv3-arm64
#
base: hub.wodcloud.com/wod/ui-base:2.0-apaasv3-arm64
dockerfile
:
.beagle/dockerfile
#
dockerfile: .beagle/dockerfile
repo
:
wod/apaas-ui
#
repo: wod/apaas-ui
version
:
v3.0.6
#
version: v3.0.6
channel
:
jz-alpha-arm64
#
channel: jz-alpha-arm64
args
:
"
TARGETOS=linux,TARGETARCH=arm64"
#
args: "TARGETOS=linux,TARGETARCH=arm64"
registry
:
registry.cn-qingdao.aliyuncs.com
#
registry: registry.cn-qingdao.aliyuncs.com
secrets
:
#
secrets:
-
source
:
REGISTRY_USER_ALIYUN
#
- source: REGISTRY_USER_ALIYUN
target
:
REGISTRY_USER
#
target: REGISTRY_USER
-
source
:
REGISTRY_PASSWORD_ALIYUN
#
- source: REGISTRY_PASSWORD_ALIYUN
target
:
REGISTRY_PASSWORD
#
target: REGISTRY_PASSWORD
when
:
#
when:
branch
:
#
branch:
-
dev-jzApi
#
- dev-jzApi
## 更换dev生成arm64镜像的名称
## 更换dev生成arm64镜像的名称
# harbor-arm64:
# harbor-arm64:
...
@@ -265,12 +265,12 @@ pipeline:
...
@@ -265,12 +265,12 @@ pipeline:
# branch:
# branch:
# - master
# - master
deploy
:
#
deploy:
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-kubernetes:1.0
#
image: registry.cn-qingdao.aliyuncs.com/wod/devops-kubernetes:1.0
namespace
:
apaas-v3
#
namespace: apaas-v3
deployment
:
apaas-ui
#
deployment: apaas-ui
container
:
apaas-ui
#
container: apaas-ui
registry
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-ui:v3.0.6-alpha
#
registry: registry.cn-qingdao.aliyuncs.com/wod/apaas-ui:v3.0.6-alpha
when
:
#
when:
branch
:
#
branch:
-
dev
#
- dev
src/request/api/product-type.js
View file @
de47e7c5
...
@@ -22,7 +22,7 @@ const productType = {
...
@@ -22,7 +22,7 @@ const productType = {
return
axios
.
get
(
`/apaas/service/v3/service/manager/servtype/
${
id
}
`
)
return
axios
.
get
(
`/apaas/service/v3/service/manager/servtype/
${
id
}
`
)
},
// 获取服务分类/服务类型详情
},
// 获取服务分类/服务类型详情
getClassTypes
()
{
getClassTypes
()
{
return
axios
.
get
(
`/apaas/service/v3/service/manager/allServtypes`
)
return
axios
.
get
(
`/apaas/service/v3/service/manager/allServtypes
?state=1
`
)
},
// 获取所有的产品分类
},
// 获取所有的产品分类
// 领域相关接口
// 领域相关接口
...
...
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