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
陶雨
2016-03-04 18:18:06 +0800
Commit
9ccfbcfb4765298f0ee6327f7ee9427f7f63f993
1 parent
dae1ad38
SALE 专题管理
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
server/interface/subjectManage.js
server/interface/subjectManage.js
View file @
9ccfbcf
1
-
exports
.
domain
=
"http://192.168.102.201:8082/platform"
;
2
-
// exports.domain = require('../config/common.js').domain;
1
+
// exports.domain = "http://192.168.102.201:8082/platform";
2
+
exports
.
domain
=
require
(
'../config/common.js'
).
domain
;
3
3
4
exports
.
res
=
[
4
exports
.
res
=
[
5
{
5
{
Please
register
or
login
to post a comment