Showing
4 changed files
with
19 additions
and
2 deletions
@@ -2007,6 +2007,9 @@ | @@ -2007,6 +2007,9 @@ | ||
2007 | <script type="text/template" id="noEdit-template"> | 2007 | <script type="text/template" id="noEdit-template"> |
2008 | <div>固定内容,暂时无法编辑!</div> | 2008 | <div>固定内容,暂时无法编辑!</div> |
2009 | </script> | 2009 | </script> |
2010 | +<script type="text/template" id="blkCategory-template"> | ||
2011 | + <div>固定内容,暂时无法编辑!</div> | ||
2012 | +</script> | ||
2010 | 2013 | ||
2011 | <script type="text/template" id="template-batchAddImage"> | 2014 | <script type="text/template" id="template-batchAddImage"> |
2012 | <div class="rows" id="moduleimgs"> | 2015 | <div class="rows" id="moduleimgs"> |
@@ -103,6 +103,12 @@ | @@ -103,6 +103,12 @@ | ||
103 | <span>潮人搭配</span> | 103 | <span>潮人搭配</span> |
104 | </div> | 104 | </div> |
105 | </div> | 105 | </div> |
106 | + [[else if module.contentData.template_name=='blkCategory']] | ||
107 | + <div class="big-pic"> | ||
108 | + <div class="wordText"> | ||
109 | + <span>blk分类</span> | ||
110 | + </div> | ||
111 | + </div> | ||
106 | [[else if module.contentData.template_name=='trendgoodsTopic']] | 112 | [[else if module.contentData.template_name=='trendgoodsTopic']] |
107 | <div class="big-pic"> | 113 | <div class="big-pic"> |
108 | <div class="wordText"> | 114 | <div class="wordText"> |
@@ -49,7 +49,7 @@ var Iaccount = { | @@ -49,7 +49,7 @@ var Iaccount = { | ||
49 | var apiCofig = { | 49 | var apiCofig = { |
50 | //root:__dirname, | 50 | //root:__dirname, |
51 | EnvConst:{ | 51 | EnvConst:{ |
52 | - domain:"http://192.168.102.202:8088/platform", | 52 | + domain:"http://192.168.102.48:8088/platform", |
53 | //domain:"http://127.0.0.1:8088/platform", | 53 | //domain:"http://127.0.0.1:8088/platform", |
54 | // domain:"http://172.16.6.200:8088/platform", | 54 | // domain:"http://172.16.6.200:8088/platform", |
55 | //domain:"http://192.168.102.202:8088/platform", | 55 | //domain:"http://192.168.102.202:8088/platform", |
@@ -1838,7 +1838,15 @@ var Button = [ | @@ -1838,7 +1838,15 @@ var Button = [ | ||
1838 | "guangShowType":"1" | 1838 | "guangShowType":"1" |
1839 | }, | 1839 | }, |
1840 | "isNewFloor":"1" | 1840 | "isNewFloor":"1" |
1841 | - } | 1841 | + }, |
1842 | + { | ||
1843 | + button_name: "blk分类", | ||
1844 | + template_intro: "blk分类", | ||
1845 | + template_name: "blkCategory", | ||
1846 | + dialog: "blkCategory-template", | ||
1847 | + data: {}, | ||
1848 | + "isNewFloor":"1" | ||
1849 | + }, | ||
1842 | ]; | 1850 | ]; |
1843 | 1851 | ||
1844 | module.exports = Button; | 1852 | module.exports = Button; |
-
Please register or login to post a comment