Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
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
xuhongyun
9 years ago
Commit
9c6f3e494bacac1ecb32106bb067cb5b4062391b
1 parent
c10b6325
build portal server
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
server/index.js
server/views/resource/__partail/taoyu.html
server/views/shop/Edit.html
server/index.js
View file @
9c6f3e4
...
...
@@ -112,7 +112,7 @@ if(process.env.NODE_ENV==="gray"){
}
/*线上环境*/
if
(
process
.
env
.
NODE_ENV
===
"production"
){
apiCofig
.
EnvConst
.
domain
=
"http://1
27.0.0.1
:8088/platform"
;
apiCofig
.
EnvConst
.
domain
=
"http://1
72.31.20.7
:8088/platform"
;
apiCofig
.
EnvConst
.
yohoSearch
=
"http://search.yohoops.org/yohosearch"
;
}
module
.
exports
=
require
(
'./libs/App'
)(
apiCofig
);
\ No newline at end of file
...
...
server/views/resource/__partail/taoyu.html
View file @
9c6f3e4
...
...
@@ -170,7 +170,7 @@
[[
layout
action_template
]]
<
/select
>
<
input
type
=
"text"
placeholder
=
"url"
value
=
"[[item.url.url]]"
data
-
field
=
"[[index]].url.url"
class
=
"observe"
/>
<
a
type
=
"button"
class
=
"btn btn-danger btn-xs delBtn"
data
-
event
=
"
textNav
.data"
data
-
index
=
"[[index]]"
>
删除
<
/a
>
<
a
type
=
"button"
class
=
"btn btn-danger btn-xs delBtn"
data
-
event
=
"
categoryNavigation
.data"
data
-
index
=
"[[index]]"
>
删除
<
/a
>
<
/div
>
<
/li
>
[[
/each]
]
...
...
server/views/shop/Edit.html
View file @
9c6f3e4
...
...
@@ -43,6 +43,7 @@
aria-describedby=
"basic-addon2"
required
>
<span
class=
"input-group-addon"
id=
"basic-addon2"
>
.yohobuy.com
</span>
</div>
<p
style=
"margin-top: 10px"
><span
class=
"red"
>
注:1. 1-32个字符;2. 只能填英文和破折号-,不区分大小写,不能以破折号开头或者结尾
</span></p>
</div>
</div>
<div
class=
"form-group"
>
...
...
@@ -85,6 +86,7 @@
</div>
<div
class=
"col-sm-8"
>
<input
type=
"file"
id=
"shopLogo"
name=
"shopLogo"
value=
"<%data.shopLogo%>"
>
<p><span
class=
"red"
style=
"position: absolute; bottom: 0"
>
提示: 请上传像素为150*150的图片,大小小于500KB
</span></p>
</div>
</div>
<div
class=
"form-group"
>
...
...
Please
register
or
login
to post a comment