Authored by 陶雨

修改运营路由

... ... @@ -8,7 +8,7 @@ exports.domain = "http://172.16.6.127:8088/platform";
exports.res = [
{//入口信息管理界面
route:'/operations/entrance/index',
route:'/operations/entrance/index1232131',
method: 'GET',
view: 'pages/product/entrance',
src: '/product/entrance'
... ...
/**
* Created by ty on 2016/3/23.
* APP意见反馈管理
*/
//exports.domain = require('../config/common.js').domain;
exports.domain = "http://172.16.6.127:8088/platform";
exports.res = [
{
route:'/suggest/suggest/index123214',
method: 'GET',
view: 'pages/operations/normalAppSuggest',
src: '/operations/versionManage'
}
];
... ...
... ... @@ -8,7 +8,7 @@ exports.domain = "http://172.16.6.127:8088/platform";
exports.res = [
{
route:'/operations/version/index',
route:'/operations/version/index123213',
method: 'GET',
view: 'pages/operations/versionManage',
src: '/operations/versionManage'
... ...
<div class="pageheader">
<div class="media">
<div class="pageicon pull-left">
<i class="fa fa-th-list"></i>
</div>
<div class="media-body">
<ul class="breadcrumb">
<li><a href=""><i class="glyphicon glyphicon-home"></i></a></li>
<li><a href="">反馈管理</a></li>
<li>反馈列表</li>
</ul>
<div>
<div style="width: 30%;float: left;">
<h4>反馈列表</h4>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
... ...