Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
luqiao-admin-mobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨子
luqiao-admin-mobile
Commits
d801bd8c
Commit
d801bd8c
authored
Apr 26, 2019
by
杨子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加listservice
parent
0ef3f8be
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
469 additions
and
297 deletions
+469
-297
.gitignore
.gitignore
+1
-0
list.service.ts
src/app/core/services/list/list.service.ts
+21
-0
passport.component.less
src/app/layout/passport/passport.component.less
+13
-1
login.component.less
src/app/routes/passport/login/login.component.less
+9
-0
basic-list.component.ts
src/app/routes/pro/list/basic-list/basic-list.component.ts
+1
-1
app-data.json
src/assets/tmp/app-data.json
+422
-293
proxy.config.json
src/proxy.config.json
+2
-2
No files found.
.gitignore
View file @
d801bd8c
...
...
@@ -43,3 +43,4 @@ yarn-error.log
# System Files
.DS_Store
Thumbs.db
/src/proxy.config.json
src/app/core/services/list/list.service.ts
0 → 100644
View file @
d801bd8c
import
{
Injectable
}
from
'@angular/core'
;
import
{
_HttpClient
}
from
'@delon/theme'
;
@
Injectable
({
providedIn
:
'root'
,
})
export
class
ListService
{
constructor
(
private
http
:
_HttpClient
)
{}
/**
*获取资产台账列表
*
* @param {number} kindAsset 1为类固定 2固定
* @returns
* @memberof ListService
*/
getKindAssetList
(
kindAsset
:
number
)
{
const
url
=
'asset/a/asset/assets/data?kindAsset='
+
kindAsset
;
return
this
.
http
.
get
(
url
);
}
}
src/app/layout/passport/passport.component.less
View file @
d801bd8c
@import '~@delon/theme/styles/default';
:host {
::ng-deep {
.container {
...
...
@@ -7,11 +8,13 @@
min-height: 100%;
background: #f0f2f5;
}
.langs {
text-align: right;
width: 100%;
height: 40px;
line-height: 44px;
.anticon {
margin-top: 24px;
margin-right: 24px;
...
...
@@ -20,10 +23,12 @@
cursor: pointer;
}
}
.wrap {
padding: 32px 0;
flex: 1;
}
.ant-form-item {
margin-bottom: 24px;
}
...
...
@@ -35,32 +40,39 @@
background-position: center 110px;
background-size: 100%;
}
.wrap {
padding: 32px 0 24px;
}
}
.top {
text-align: center;
}
.header {
height: 44px;
line-height: 44px;
a {
text-decoration: none;
}
}
.logo {
height: 44px;
margin-right: 16px;
}
.title {
font-size:
33px
;
font-size:
2em
;
color: @heading-color;
font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 600;
position: relative;
vertical-align: middle;
}
.desc {
font-size: @font-size-base;
color: @text-color-secondary;
...
...
src/app/routes/passport/login/login.component.less
View file @
d801bd8c
@import '~@delon/theme/styles/default';
:host {
display: block;
width: 368px;
margin: 0 auto;
::ng-deep {
.ant-tabs .ant-tabs-bar {
border-bottom: 0;
margin-bottom: 24px;
text-align: center;
}
.ant-tabs-tab {
font-size: 16px;
line-height: 24px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
padding-left: 34px;
}
.icon {
font-size: 24px;
color: rgba(0, 0, 0, 0.2);
...
...
@@ -23,17 +28,21 @@
vertical-align: middle;
cursor: pointer;
transition: color 0.3s;
&:hover {
color: @primary-color;
}
}
.other {
text-align: left;
margin-top: 24px;
line-height: 22px;
nz-tooltip {
vertical-align: middle;
}
.register {
float: right;
}
...
...
src/app/routes/pro/list/basic-list/basic-list.component.ts
View file @
d801bd8c
...
...
@@ -29,7 +29,7 @@ export class ProBasicListComponent implements OnInit {
getData
()
{
this
.
loading
=
true
;
this
.
http
.
get
(
'
/
api/list'
,
{
count
:
5
}).
subscribe
((
res
:
any
)
=>
{
this
.
http
.
get
(
'api/list'
,
{
count
:
5
}).
subscribe
((
res
:
any
)
=>
{
this
.
data
=
res
;
this
.
loading
=
false
;
this
.
cdr
.
detectChanges
();
...
...
src/assets/tmp/app-data.json
View file @
d801bd8c
{
"app"
:
{
"name"
:
"
Alain
"
,
"description"
:
"
Ng-zorro admin panel front-end framework
"
"name"
:
"
资产管理系统
"
,
"description"
:
"
路桥资产管理系统
"
},
"user"
:
{
"name"
:
"Admin"
,
"avatar"
:
"./assets/tmp/img/avatar.jpg"
,
"email"
:
"cipchk@qq.com"
},
"menu"
:
[{
"menu"
:
[
{
"text"
:
"导航"
,
"group"
:
true
,
"hideInBreadcrumb"
:
true
,
"icon"
:
"anticon anticon-dashboard"
,
"children"
:
[{
"text"
:
"用户中心"
},
{
"text"
:
"无形资产"
,
"children"
:
[{
"text"
:
"土地"
,
"children"
:
[{
"text"
:
"土地信息"
,
"link"
:
"/admin/intangible-assets/land"
}]
},
{
"text"
:
"软件"
,
"children"
:
[{
"text"
:
"软件管理"
,
"link"
:
"/admin/intangible-assets/software"
}]
},
{
"text"
:
"专利"
,
"children"
:
[{
"text"
:
"专利管理"
,
"link"
:
"/admin/intangible-assets/patent"
}]
}]
},
{
"text"
:
"(类)固定资产"
,
"children"
:
[{
"text"
:
"资产信息"
,
"children"
:
[{
"text"
:
"固定资产台账"
,
"link"
:
"/admin/fixed-assets/assets-info/fixed-assets"
},
{
"text"
:
"类固定资产台账"
,
"link"
:
"/admin/fixed-assets/assets-info/cate-fixed-assets"
},
{
"text"
:
"资产分类"
,
"link"
:
"/admin/fixed-assets/assets-info/assets-cate"
},
{
"text"
:
"房屋"
,
"link"
:
"/admin/fixed-assets/assets-info/house"
},
{
"text"
:
"一键折旧"
,
"link"
:
"/admin/fixed-assets/assets-info/depreciate"
},
{
"text"
:
"资产折旧记录"
,
"link"
:
"/admin/fixed-assets/assets-info/depreciation-record"
},
{
"text"
:
"资产性质"
,
"link"
:
"/admin/fixed-assets/assets-info/assets-nature"
},
{
"text"
:
"特种设备事故记录"
,
"link"
:
"/admin/fixed-assets/assets-info/plant-accident"
},
{
"text"
:
"特种设备运行故障"
,
"link"
:
"/admin/fixed-assets/assets-info/plant-operate"
},
{
"text"
:
"车辆/特种设备检定"
,
"link"
:
"/admin/fixed-assets/assets-info/plant-verify"
},
{
"text"
:
"附件表"
,
"link"
:
"/admin/fixed-assets/assets-info/parts"
},
{
"text"
:
"自定义字段"
,
"link"
:
"/admin/fixed-assets/assets-info/custom"
},
{
"text"
:
"附属设备及配件"
,
"link"
:
"/admin/fixed-assets/assets-info/anlage"
}
]
},
{
"text"
:
"资产使用"
,
"children"
:
[{
"text"
:
"采购申请管理"
,
"link"
:
"/admin/fixed-assets/assets-use/apply"
},
{
"text"
:
"采购合同管理"
,
"link"
:
"/admin/fixed-assets/assets-use/contract"
},
{
"text"
:
"采购支付管理"
,
"link"
:
"/admin/fixed-assets/assets-use/pay"
},
{
"text"
:
"验收记录"
,
"link"
:
"/admin/fixed-assets/assets-use/check"
},
{
"text"
:
"领用记录"
,
"link"
:
"/admin/fixed-assets/assets-use/receive"
},
{
"text"
:
"设备租出"
,
"link"
:
"/admin/fixed-assets/assets-use/lease"
},
{
"text"
:
"资产调遣"
,
"link"
:
"/admin/fixed-assets/assets-use/dispatch"
},
{
"text"
:
"资产调拨"
,
"link"
:
"/admin/fixed-assets/assets-use/allot"
},
{
"text"
:
"资产使用记录"
,
"link"
:
"/admin/fixed-assets/assets-use/use"
},
{
"text"
:
"资产盘点计划"
,
"link"
:
"/admin/fixed-assets/assets-use/take-stock"
},
{
"text"
:
"资产人员变更"
,
"link"
:
"/admin/fixed-assets/assets-use/personal-change"
},
{
"text"
:
"资产退库"
,
"link"
:
"/admin/fixed-assets/assets-use/cancel-stock"
},
{
"text"
:
"资产封存"
,
"link"
:
"/admin/fixed-assets/assets-use/remembered"
},
{
"text"
:
"资产产权变更记录"
,
"link"
:
"/admin/fixed-assets/assets-use/property-change"
},
{
"text"
:
"报废处置"
,
"link"
:
"/admin/fixed-assets/assets-use/scrap"
}
]
},
{
"text"
:
"资产租赁"
,
"children"
:
[{
"text"
:
"设备租入"
,
"link"
:
"/admin/fixed-assets/assets-lease/assess"
},
{
"text"
:
"租入设备考核记录"
,
"link"
:
"/admin/fixed-assets/assets-lease/rent"
},
{
"text"
:
"房屋租赁"
,
"link"
:
"/admin/fixed-assets/assets-lease/house"
},
{
"text"
:
"分包商及租入特种设备管理"
,
"link"
:
"/admin/fixed-assets/assets-lease/sub-contractor"
}]
},
{
"text"
:
"设备维保"
,
"children"
:
[{
"text"
:
"维修保养计划"
,
"link"
:
"/admin/fixed-assets/device-maintain/service-plan"
},
{
"text"
:
"维修保养记录"
,
"link"
:
"/admin/fixed-assets/device-maintain/service-record"
}
]
},
{
"text"
:
"单机车核算"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"用户中心"
,
"children"
:
[
{
"text"
:
"土地"
,
"children"
:
[
{
"text"
:
"土地信息"
,
"link"
:
"/admin/intangible-assets/land"
}
]
},
{
"text"
:
"软件"
,
"children"
:
[
{
"text"
:
"软件管理"
,
"link"
:
"/admin/intangible-assets/software"
}
]
},
{
"text"
:
"专利"
,
"children"
:
[
{
"text"
:
"专利管理"
,
"link"
:
"/admin/intangible-assets/patent"
}
]
}
]
},
{
"text"
:
"无形资产"
,
"children"
:
[
{
"text"
:
"土地"
,
"children"
:
[
{
"text"
:
"土地信息"
,
"link"
:
"/admin/intangible-assets/land"
}
]
},
{
"text"
:
"软件"
,
"children"
:
[
{
"text"
:
"软件管理"
,
"link"
:
"/admin/intangible-assets/software"
}
]
},
{
"text"
:
"专利"
,
"children"
:
[
{
"text"
:
"专利管理"
,
"link"
:
"/admin/intangible-assets/patent"
}
]
}
]
},
{
"text"
:
"(类)固定资产"
,
"children"
:
[
{
"text"
:
"资产信息"
,
"children"
:
[
{
"text"
:
"固定资产台账"
,
"link"
:
"/admin/fixed-assets/assets-info/fixed-assets"
},
{
"text"
:
"类固定资产台账"
,
"link"
:
"/admin/fixed-assets/assets-info/cate-fixed-assets"
},
{
"text"
:
"资产分类"
,
"link"
:
"/admin/fixed-assets/assets-info/assets-cate"
},
{
"text"
:
"房屋"
,
"link"
:
"/admin/fixed-assets/assets-info/house"
},
{
"text"
:
"一键折旧"
,
"link"
:
"/admin/fixed-assets/assets-info/depreciate"
},
{
"text"
:
"资产折旧记录"
,
"link"
:
"/admin/fixed-assets/assets-info/depreciation-record"
},
{
"text"
:
"资产性质"
,
"link"
:
"/admin/fixed-assets/assets-info/assets-nature"
},
{
"text"
:
"特种设备事故记录"
,
"link"
:
"/admin/fixed-assets/assets-info/plant-accident"
},
{
"text"
:
"特种设备运行故障"
,
"link"
:
"/admin/fixed-assets/assets-info/plant-operate"
},
{
"text"
:
"车辆/特种设备检定"
,
"link"
:
"/admin/fixed-assets/assets-info/plant-verify"
},
{
"text"
:
"附件表"
,
"link"
:
"/admin/fixed-assets/assets-info/parts"
},
{
"text"
:
"自定义字段"
,
"link"
:
"/admin/fixed-assets/assets-info/custom"
},
{
"text"
:
"附属设备及配件"
,
"link"
:
"/admin/fixed-assets/assets-info/anlage"
}
]
},
{
"text"
:
"资产使用"
,
"children"
:
[
{
"text"
:
"采购申请管理"
,
"link"
:
"/admin/fixed-assets/assets-use/apply"
},
{
"text"
:
"采购合同管理"
,
"link"
:
"/admin/fixed-assets/assets-use/contract"
},
{
"text"
:
"采购支付管理"
,
"link"
:
"/admin/fixed-assets/assets-use/pay"
},
{
"text"
:
"验收记录"
,
"link"
:
"/admin/fixed-assets/assets-use/check"
},
{
"text"
:
"领用记录"
,
"link"
:
"/admin/fixed-assets/assets-use/receive"
},
{
"text"
:
"设备租出"
,
"link"
:
"/admin/fixed-assets/assets-use/lease"
},
{
"text"
:
"资产调遣"
,
"link"
:
"/admin/fixed-assets/assets-use/dispatch"
},
{
"text"
:
"资产调拨"
,
"link"
:
"/admin/fixed-assets/assets-use/allot"
},
{
"text"
:
"资产使用记录"
,
"link"
:
"/admin/fixed-assets/assets-use/use"
},
{
"text"
:
"资产盘点计划"
,
"link"
:
"/admin/fixed-assets/assets-use/take-stock"
},
{
"text"
:
"资产人员变更"
,
"link"
:
"/admin/fixed-assets/assets-use/personal-change"
},
{
"text"
:
"资产退库"
,
"link"
:
"/admin/fixed-assets/assets-use/cancel-stock"
},
{
"text"
:
"资产封存"
,
"link"
:
"/admin/fixed-assets/assets-use/remembered"
},
{
"text"
:
"资产产权变更记录"
,
"link"
:
"/admin/fixed-assets/assets-use/property-change"
},
{
"text"
:
"报废处置"
,
"link"
:
"/admin/fixed-assets/assets-use/scrap"
}
]
},
{
"text"
:
"资产租赁"
,
"children"
:
[
{
"text"
:
"设备租入"
,
"link"
:
"/admin/fixed-assets/assets-lease/assess"
},
{
"text"
:
"租入设备考核记录"
,
"link"
:
"/admin/fixed-assets/assets-lease/rent"
},
{
"text"
:
"房屋租赁"
,
"link"
:
"/admin/fixed-assets/assets-lease/house"
},
{
"text"
:
"分包商及租入特种设备管理"
,
"link"
:
"/admin/fixed-assets/assets-lease/sub-contractor"
}
]
},
{
"text"
:
"设备维保"
,
"children"
:
[
{
"text"
:
"维修保养计划"
,
"link"
:
"/admin/fixed-assets/device-maintain/service-plan"
},
{
"text"
:
"维修保养记录"
,
"link"
:
"/admin/fixed-assets/device-maintain/service-record"
}
]
},
{
"text"
:
"单机车核算"
,
"link"
:
"/admin/fixed-assets/single-machine/single"
},
{
"text"
:
"燃料消耗记录"
,
"link"
:
"/admin/fixed-assets/single-machine/consume"
},
{
"text"
:
"机械设备燃料核算标准"
,
"link"
:
"/admin/fixed-assets/single-machine/business"
}]
},
{
"text"
:
"资产保险"
,
"children"
:
[{
"text"
:
"保险登记"
,
"link"
:
"/admin/fixed-assets/assets-insurance/insurance"
},
{
"text"
:
"出险登记"
,
"link"
:
"/admin/fixed-assets/assets-insurance/danger"
}
]
},
{
"text"
:
"证件管理"
,
"children"
:
[{
"text"
:
"员工证件表"
,
"link"
:
"/admin/fixed-assets/identity-manager/staff"
},
{
"text"
:
"设备证件"
,
"link"
:
"/admin/fixed-assets/identity-manager/device"
},
{
"text"
:
"用户证件附件"
,
"link"
:
"/admin/fixed-assets/identity-manager/user"
},
{
"text"
:
"证件类型"
,
"link"
:
"/admin/fixed-assets/identity-manager/type"
}]
},
{
"text"
:
"搅拌站配比"
},
{
"text"
:
"制造厂商"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"单机车核算"
,
"link"
:
"/admin/fixed-assets/single-machine/single"
},
{
"text"
:
"燃料消耗记录"
,
"link"
:
"/admin/fixed-assets/single-machine/consume"
},
{
"text"
:
"机械设备燃料核算标准"
,
"link"
:
"/admin/fixed-assets/single-machine/business"
}
]
},
{
"text"
:
"资产保险"
,
"children"
:
[
{
"text"
:
"保险登记"
,
"link"
:
"/admin/fixed-assets/assets-insurance/insurance"
},
{
"text"
:
"出险登记"
,
"link"
:
"/admin/fixed-assets/assets-insurance/danger"
}
]
},
{
"text"
:
"证件管理"
,
"children"
:
[
{
"text"
:
"员工证件表"
,
"link"
:
"/admin/fixed-assets/identity-manager/staff"
},
{
"text"
:
"设备证件"
,
"link"
:
"/admin/fixed-assets/identity-manager/device"
},
{
"text"
:
"用户证件附件"
,
"link"
:
"/admin/fixed-assets/identity-manager/user"
},
{
"text"
:
"证件类型"
,
"link"
:
"/admin/fixed-assets/identity-manager/type"
}
]
},
{
"text"
:
"搅拌站配比"
},
{
"text"
:
"制造厂商"
,
"link"
:
"/admin/fixed-assets/canon/vendor"
}]
}
]
},
{
"text"
:
"周转材料低值易耗"
,
"children"
:
[{
"text"
:
"周转材料"
,
"children"
:
[{
"text"
:
"周转材料台账"
,
"link"
:
"/admin/revolving-material/revolve/stand"
},
{
"text"
:
"周转材料验收记录"
,
"link"
:
"/admin/revolving-material/revolve/check-record"
},
{
"text"
:
"周转材料领用记录"
,
"link"
:
"/admin/revolving-material/revolve/receive-record"
},
{
"text"
:
"周转材料租出"
,
"link"
:
"/admin/revolving-material/revolve/lease"
},
{
"text"
:
"周转材料分类"
,
"link"
:
"/admin/revolving-material/revolve/category"
},
{
"text"
:
"周转材料租入"
,
"link"
:
"/admin/revolving-material/revolve/rent"
},
{
"text"
:
"周转材料清理"
,
"link"
:
"/admin/revolving-material/revolve/clear"
},
{
"text"
:
"周转材料核算与摊销"
,
"link"
:
"/admin/revolving-material/revolve/market"
}]
},
{
"text"
:
"低值易耗"
,
"children"
:
[{
"text"
:
"低值易耗台账"
,
"link"
:
"/admin/revolving-material/consume/stand"
},
{
"text"
:
"低值易耗验收记录"
,
"link"
:
"/admin/revolving-material/consume/check-record"
},
{
"text"
:
"低值易耗领用"
,
"link"
:
"/admin/revolving-material/consume/receive"
}]
},
{
"text"
:
"仓库管理"
,
"children"
:
[{
"text"
:
"物资消耗记录"
,
"link"
:
"/admin/revolving-material/warehouse/goods-consume"
}]
}]
},
{
"text"
:
"产权管理"
,
"link"
:
"/dashboard/v1"
,
"children"
:
[
]
},
{
"text"
:
"闲置共享"
,
"link"
:
"/admin/idle-shared/share-list"
,
},
{
"text"
:
"数据分析与展示"
,
"link"
:
"/dashboard/v1"
,
"children"
:
[
]
},
{
"text"
:
"文件资料"
,
"link"
:
"/dashboard/v1"
,
"children"
:
[]
},
{
"text"
:
"系统设置"
,
"link"
:
"/dashboard/v1"
,
"children"
:
[
]
}]
"children"
:
[
{
"text"
:
"制造厂商"
,
"link"
:
"/admin/fixed-assets/canon/vendor"
}
]
}
]
},
{
"text"
:
"周转材料低值易耗"
,
"children"
:
[
{
"text"
:
"周转材料"
,
"children"
:
[
{
"text"
:
"周转材料台账"
,
"link"
:
"/admin/revolving-material/revolve/stand"
},
{
"text"
:
"周转材料验收记录"
,
"link"
:
"/admin/revolving-material/revolve/check-record"
},
{
"text"
:
"周转材料领用记录"
,
"link"
:
"/admin/revolving-material/revolve/receive-record"
},
{
"text"
:
"周转材料租出"
,
"link"
:
"/admin/revolving-material/revolve/lease"
},
{
"text"
:
"周转材料分类"
,
"link"
:
"/admin/revolving-material/revolve/category"
},
{
"text"
:
"周转材料租入"
,
"link"
:
"/admin/revolving-material/revolve/rent"
},
{
"text"
:
"周转材料清理"
,
"link"
:
"/admin/revolving-material/revolve/clear"
},
{
"text"
:
"周转材料核算与摊销"
,
"link"
:
"/admin/revolving-material/revolve/market"
}
]
},
{
"text"
:
"低值易耗"
,
"children"
:
[
{
"text"
:
"低值易耗台账"
,
"link"
:
"/admin/revolving-material/consume/stand"
},
{
"text"
:
"低值易耗验收记录"
,
"link"
:
"/admin/revolving-material/consume/check-record"
},
{
"text"
:
"低值易耗领用"
,
"link"
:
"/admin/revolving-material/consume/receive"
}
]
},
{
"text"
:
"仓库管理"
,
"children"
:
[
{
"text"
:
"物资消耗记录"
,
"link"
:
"/admin/revolving-material/warehouse/goods-consume"
}
]
}
]
},
{
"text"
:
"产权管理"
,
"link"
:
"/dashboard/v1"
,
"children"
:
[]
},
{
"text"
:
"闲置共享"
,
"link"
:
"/admin/idle-shared/share-list"
},
{
"text"
:
"数据分析与展示"
,
"link"
:
"/dashboard/v1"
,
"children"
:
[]
},
{
"text"
:
"文件资料"
,
"link"
:
"/dashboard/v1"
,
"children"
:
[]
},
{
"text"
:
"系统设置"
,
"link"
:
"/dashboard/v1"
,
"children"
:
[]
}
]
},
{
...
...
@@ -291,11 +403,13 @@
"i18n"
:
"menu.main"
,
"group"
:
true
,
"hideInBreadcrumb"
:
true
,
"children"
:
[{
"children"
:
[
{
"text"
:
" 用户中心"
,
"i18n"
:
"menu.dashboard"
,
"icon"
:
"anticon anticon-dashboard"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"仪表盘V1"
,
"link"
:
"/dashboard/v1"
,
"i18n"
:
"menu.dashboard.v1"
...
...
@@ -338,11 +452,13 @@
"i18n"
:
"menu.alain"
,
"group"
:
true
,
"hideInBreadcrumb"
:
true
,
"children"
:
[{
"children"
:
[
{
"text"
:
"样式"
,
"i18n"
:
"menu.style"
,
"icon"
:
"anticon anticon-info"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Typography"
,
"link"
:
"/style/typography"
,
"i18n"
:
"menu.style.typography"
,
...
...
@@ -364,7 +480,8 @@
"text"
:
"Delon"
,
"i18n"
:
"menu.delon"
,
"icon"
:
"anticon anticon-bulb"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Dynamic Form"
,
"link"
:
"/delon/form"
,
"i18n"
:
"menu.delon.form"
...
...
@@ -430,12 +547,14 @@
"i18n"
:
"menu.pro"
,
"group"
:
true
,
"hideInBreadcrumb"
:
true
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Form Page"
,
"i18n"
:
"menu.form"
,
"link"
:
"/pro/form"
,
"icon"
:
"anticon anticon-edit"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Basic Form"
,
"link"
:
"/pro/form/basic-form"
,
"i18n"
:
"menu.form.basicform"
,
...
...
@@ -457,7 +576,8 @@
"text"
:
"List"
,
"i18n"
:
"menu.list"
,
"icon"
:
"anticon anticon-appstore"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Table List"
,
"link"
:
"/pro/list/table-list"
,
"i18n"
:
"menu.list.searchtable"
,
...
...
@@ -476,7 +596,8 @@
{
"text"
:
"Search List"
,
"i18n"
:
"menu.list.searchlist"
,
"children"
:
[{
"children"
:
[
{
"link"
:
"/pro/list/articles"
,
"i18n"
:
"menu.list.searchlist.articles"
},
...
...
@@ -497,7 +618,8 @@
"text"
:
"Profile"
,
"i18n"
:
"menu.profile"
,
"icon"
:
"anticon anticon-profile"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Basic"
,
"link"
:
"/pro/profile/basic"
,
"i18n"
:
"menu.profile.basic"
...
...
@@ -514,7 +636,8 @@
"text"
:
"Result"
,
"i18n"
:
"menu.result"
,
"icon"
:
"anticon anticon-check-circle"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Success"
,
"link"
:
"/pro/result/success"
,
"i18n"
:
"menu.result.success"
...
...
@@ -531,7 +654,8 @@
"i18n"
:
"menu.exception"
,
"link"
:
"/"
,
"icon"
:
"anticon anticon-exception"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"403"
,
"link"
:
"/exception/403"
,
"i18n"
:
"menu.exception.not-permission"
,
...
...
@@ -555,7 +679,8 @@
"text"
:
"Account"
,
"i18n"
:
"menu.account"
,
"icon"
:
"anticon anticon-user"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"center"
,
"link"
:
"/pro/account/center"
,
"i18n"
:
"menu.account.center"
...
...
@@ -574,23 +699,27 @@
"i18n"
:
"menu.more"
,
"group"
:
true
,
"hideInBreadcrumb"
:
true
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Report"
,
"i18n"
:
"menu.report"
,
"icon"
:
"anticon anticon-cloud"
,
"children"
:
[{
"text"
:
"Relation"
,
"link"
:
"/data-v/relation"
,
"i18n"
:
"menu.report.relation"
,
"reuse"
:
false
}]
"children"
:
[
{
"text"
:
"Relation"
,
"link"
:
"/data-v/relation"
,
"i18n"
:
"menu.report.relation"
,
"reuse"
:
false
}
]
},
{
"text"
:
"Extras"
,
"i18n"
:
"menu.extras"
,
"link"
:
"/extras"
,
"icon"
:
"anticon anticon-link"
,
"children"
:
[{
"children"
:
[
{
"text"
:
"Help Center"
,
"link"
:
"/extras/helpcenter"
,
"i18n"
:
"menu.extras.helpcenter"
...
...
src/proxy.config.json
View file @
d801bd8c
{
"/asset
/*
"
:
{
"target"
:
"http://192.168.19.20
2:8081/
"
,
"/asset"
:
{
"target"
:
"http://192.168.19.20
0:8080
"
,
"secure"
:
false
,
"logLevel"
:
"debug"
,
"changeOrigin"
:
true
...
...
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