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
ba0ba029
Commit
ba0ba029
authored
Apr 26, 2019
by
牛晓林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest
parent
0ef3f8be
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
9 deletions
+11
-9
.gitignore
.gitignore
+2
-0
package-lock.json
package-lock.json
+0
-0
default.component.ts
src/app/layout/default/default.component.ts
+6
-6
app-data.json
src/assets/tmp/app-data.json
+1
-1
proxy.config.json
src/proxy.config.json
+2
-2
No files found.
.gitignore
View file @
ba0ba029
...
@@ -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
package-lock.json
View file @
ba0ba029
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/app/layout/default/default.component.ts
View file @
ba0ba029
...
@@ -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
()
{
...
...
src/assets/tmp/app-data.json
View file @
ba0ba029
...
@@ -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"
,
...
...
src/proxy.config.json
View file @
ba0ba029
{
{
"/asset/*"
:
{
"/asset/*"
:
{
"target"
:
"http://192.168.19.20
2:8081
/"
,
"target"
:
"http://192.168.19.20
0:8080
/"
,
"secure"
:
false
,
"secure"
:
false
,
"logLevel"
:
"debug"
,
"logLevel"
:
"debug"
,
"changeOrigin"
:
tru
e
"changeOrigin"
:
fals
e
}
}
}
}
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