Commit ba0ba029 by 牛晓林

latest

parent 0ef3f8be
......@@ -43,3 +43,4 @@ yarn-error.log
# System Files
.DS_Store
Thumbs.db
/src/proxy.config.json
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -75,12 +75,12 @@ export class LayoutDefaultComponent implements OnInit, AfterViewInit, OnDestroy
ngAfterViewInit(): void {
// Setting componet for only developer
if (!environment.production) {
setTimeout(() => {
const settingFactory = this.resolver.resolveComponentFactory(SettingDrawerComponent);
this.settingHost.createComponent(settingFactory);
}, 22);
}
// if (!environment.production) {
// setTimeout(() => {
// const settingFactory = this.resolver.resolveComponentFactory(SettingDrawerComponent);
// this.settingHost.createComponent(settingFactory);
// }, 22);
// }
}
ngOnInit() {
......
......@@ -266,7 +266,7 @@
]
}, {
"text": "闲置共享",
"link": "/admin/idle-shared/share-list",
"link": "/admin/idle-shared/share-list"
}, {
"text": "数据分析与展示",
"link": "/dashboard/v1",
......
{
"/asset/*": {
"target": "http://192.168.19.202:8081/",
"target": "http://192.168.19.200:8080/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
"changeOrigin": false
}
}
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