Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
陈峰
2017-06-12 17:20:20 +0800
Commit
3c643f81eccc25e67dfc422897c959ff824e10da
1 parent
ee5d15d5
rm test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
app/services/test-service.js
app/services/test-service.js
deleted
100644 → 0
View file @
ee5d15d
export
function
a1
()
{
console
.
log
(
'a1111'
);
return
1
;
}
export
function
a2
()
{
console
.
log
(
'a2222'
);
return
2
;
}
Please
register
or
login
to post a comment