Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
weiqingting
9 years ago
Commit
52ef69682702944b47748fe7cce11457b868b012
1 parent
5818f4af
price.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
server/interface/resource.js
server/interface/resource.js
0 → 100644
View file @
52ef696
exports
.
domain
=
require
(
'../config/common.js'
).
domain
;
// exports.domain="http://172.16.6.240:8088/platform";
// exports.domain = "http://172.16.6.227:8088/platform";
exports
.
res
=
[
{
//基础商品列表
route
:
'/resource/manager/content'
,
method
:
'GET'
,
view
:
'pages/resource/content'
,
src
:
'/resource/content'
}
]
\ No newline at end of file
...
...
Please
register
or
login
to post a comment