Authored by wangwei

update

... ... @@ -14,6 +14,10 @@
</label>
<input type="hidden" id="number" value="[[contentData.number]]" for="radio"/>
</div>
<div class="col-sm-10">
<label>背景图片</label>
<input type="file" name="file" value="[[contentData.backImage]]" class="observe" required="required" data-field="backImage"/>
</div>
</div>
</div>
[[/if]]
... ...
... ... @@ -43,9 +43,9 @@ var Iaccount = {
var apiCofig = {
//root:__dirname,
EnvConst:{
// domain:"http://192.168.102.48:8088/platform",
domain:"http://192.168.102.48:8088/platform",
//domain:"http://127.0.0.1:8080/platform",
domain:"http://172.16.6.200:8088/platform",
//domain:"http://172.16.6.200:8088/platform",
yohoSearch: 'http://192.168.102.216:8080/yohosearch',
system:Iaccount
},
... ...
... ... @@ -92,6 +92,7 @@ var Button = [
button_name: "图标入口",
"template_intro": "图标",
"number": 4,
"backImage":"",
dialog: "icon-template",
"data": [
{
... ...