Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
xuqi
2015-10-23 15:52:58 +0800
Commit
9be81f8be95db739a2a123030dec2f770153ae87
1 parent
34997cf9
fix bug of pkg without js/guang/detail
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/js/guang/index.js
static/js/guang/index.js
View file @
9be81f8
...
...
@@ -8,4 +8,5 @@ require('./plus-star/list');
require
(
'./plus-star/detail'
);
require
(
'./home'
);
require
(
'./list'
);
\ No newline at end of file
require
(
'./list'
);
require
(
'./detail'
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment