Authored by 陶雨

修改运营路由

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