Commit 9d7603a0 authored by 赵啸非's avatar 赵啸非

添加feign接口自动生成

parent addc569b
......@@ -56,7 +56,7 @@ export default {
data() {
return {
currPage: 1,
currSize: 10,
currSize: 100,
}
}
}
......
......@@ -501,6 +501,11 @@ export default {
},
data() {
return {
query: {
pageInfo: {
prePageResult: 100
}
},
breadcrumbList: [
{ name: "工程构建" },
{ name: "应用信息", path: "/app/list" },
......@@ -554,8 +559,10 @@ export default {
},
docForm: {},
appId: null,
config: {
search: [],
columns: [
{ type: "selection", width: 60 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment