Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2019-01-22 17:18:59 +0800
Commit
d8a0703ca1ec53c0baebafa4bf16d29a9b9d3b48
1 parent
0c344e98
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/single/license/index.js
apps/pages/single/license/index.js
View file @
d8a0703
...
...
@@ -2,5 +2,5 @@
export
default
[{
path
:
'/mapp/license/form.html'
,
name
:
'licenseForm'
,
component
:
()
=>
import
(
/* webpackChunkName: "license" */
'./
form
'
)
component
:
()
=>
import
(
/* webpackChunkName: "license" */
'./
license
'
)
}];
...
...
Please
register
or
login
to post a comment