记得上下班打卡 | git大法好,push需谨慎

Commit 3b7de285 authored by zhengfuxin's avatar zhengfuxin

Merge branch 'dev_goblin' of gitlab.zhengzai.tv:dongjingwei/liquidnet-bus-v1 into dev_goblin

parents db2cecd5 b630737b
...@@ -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://ttestm.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 {
......
...@@ -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://ttestm.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 {
......
...@@ -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://ttestm.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 {
......
...@@ -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://ttestm.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 {
......
...@@ -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://ttestm.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 {
......
...@@ -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://ttestm.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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment