Commit ba0ba029 by 牛晓林

latest

parent 0ef3f8be
...@@ -43,3 +43,4 @@ yarn-error.log ...@@ -43,3 +43,4 @@ yarn-error.log
# System Files # System Files
.DS_Store .DS_Store
Thumbs.db 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 ...@@ -75,12 +75,12 @@ export class LayoutDefaultComponent implements OnInit, AfterViewInit, OnDestroy
ngAfterViewInit(): void { ngAfterViewInit(): void {
// Setting componet for only developer // Setting componet for only developer
if (!environment.production) { // if (!environment.production) {
setTimeout(() => { // setTimeout(() => {
const settingFactory = this.resolver.resolveComponentFactory(SettingDrawerComponent); // const settingFactory = this.resolver.resolveComponentFactory(SettingDrawerComponent);
this.settingHost.createComponent(settingFactory); // this.settingHost.createComponent(settingFactory);
}, 22); // }, 22);
} // }
} }
ngOnInit() { ngOnInit() {
......
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
] ]
}, { }, {
"text": "闲置共享", "text": "闲置共享",
"link": "/admin/idle-shared/share-list", "link": "/admin/idle-shared/share-list"
}, { }, {
"text": "数据分析与展示", "text": "数据分析与展示",
"link": "/dashboard/v1", "link": "/dashboard/v1",
......
{ {
"/asset/*": { "/asset/*": {
"target": "http://192.168.19.202:8081/", "target": "http://192.168.19.200:8080/",
"secure": false, "secure": false,
"logLevel": "debug", "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