Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
xuhongyun
8 years ago
Commit
97c83e7bf248b91eed5a14bb2b7955569126dbe1
1 parent
864bb5ee
build
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
dist/yohobuy-portal-fe/5.0.2/jquery/goods.netsale.Edit.js
server/index.js
dist/yohobuy-portal-fe/5.0.2/jquery/goods.netsale.Edit.js
View file @
97c83e7
...
...
@@ -14168,10 +14168,10 @@ webpackJsonp([46],{
if
(
selectVedioId
&&
selectVedioId
==
vedioItem
.
id
)
{
select_img_class
=
" select_img"
;
}
vedioHtml
+=
'<td><div style="height:
1
23px; width:125px;margin:5px;text-align: center;line-height:20px" ><a style="display:inline-block" class="vedio_a'
+
select_img_class
+
'"><img class="use-vedio"'
vedioHtml
+=
'<td><div style="height:
2
23px; width:125px;margin:5px;text-align: center;line-height:20px" ><a style="display:inline-block" class="vedio_a'
+
select_img_class
+
'"><img class="use-vedio"'
+
' src="http://admin.portal.yohobuy.com/static/assets/images/defaultvideo.png'
+
'" alt="" data-vedioid="'
+
vedioItem
.
id
+
'" data-index="'
+
i
+
'" style="cursor:pointer;" /></a><span style="display:inline;height:100%;line-height:0px">'
+
vedioItem
.
videoName
+
"-"
+
vedioItem
.
id
+
'</span></div></td>'
;
+
vedioItem
.
id
+
'</span><
br/><a href="'
+
vedioItem
.
url
+
'" target="_blank" style="display:inline;height:100%;line-height:0px;color:#ff7800;">预览</a><
/div></td>'
;
})
vedioHtml
+=
"</tr></table></div>"
;
...
...
server/index.js
View file @
97c83e7
...
...
@@ -44,7 +44,7 @@ var Iaccount = {
var
apiCofig
=
{
//root:__dirname,
EnvConst
:{
domain
:
"http://192.168.102.2
10
:8088/platform"
,
domain
:
"http://192.168.102.2
02
:8088/platform"
,
//domain:"http://127.0.0.1:8088/platform",
// domain:"http://172.16.6.200:8088/platform",
//domain:"http://192.168.102.202:8088/platform",
...
...
Please
register
or
login
to post a comment