记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
3b7de285
Commit
3b7de285
authored
Jan 18, 2022
by
zhengfuxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_goblin' of gitlab.zhengzai.tv:dongjingwei/liquidnet-bus-v1 into dev_goblin
parents
db2cecd5
b630737b
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
RubikArea.html
...resources/templates/zhengzai/store/homeSet/RubikArea.html
+1
-1
carefullyGoods.html
...rces/templates/zhengzai/store/homeSet/carefullyGoods.html
+1
-1
index.html
...ain/resources/templates/zhengzai/store/homeSet/index.html
+1
-1
kingArea.html
.../resources/templates/zhengzai/store/homeSet/kingArea.html
+1
-1
searchStore.html
...sources/templates/zhengzai/store/homeSet/searchStore.html
+1
-1
topBanner.html
...resources/templates/zhengzai/store/homeSet/topBanner.html
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/RubikArea.html
View file @
3b7de285
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
// addItem (1);
// addItem (1);
let
url
=
window
.
location
.
hostname
;
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/carefullyGoods.html
View file @
3b7de285
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
$
(
function
()
{
$
(
function
()
{
let
url
=
window
.
location
.
hostname
;
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/index.html
View file @
3b7de285
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
$
(
function
()
{
$
(
function
()
{
let
url
=
window
.
location
.
hostname
;
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/kingArea.html
View file @
3b7de285
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
$
(
function
()
{
$
(
function
()
{
let
url
=
window
.
location
.
hostname
;
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/searchStore.html
View file @
3b7de285
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
$
(
function
(){
$
(
function
(){
let
url
=
window
.
location
.
hostname
;
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/topBanner.html
View file @
3b7de285
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
$
(
function
(){
$
(
function
(){
let
url
=
window
.
location
.
hostname
;
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment