You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
151 lines
2.8 KiB
151 lines
2.8 KiB
const router_list = [
|
|
{
|
|
id: 1,
|
|
router_name: "pages/index/index/index",
|
|
},
|
|
{
|
|
id: 2,
|
|
router_name: "pages/user/login/login",
|
|
},
|
|
{
|
|
id: 3,
|
|
router_name: "pages/user/user_index/user",
|
|
|
|
},
|
|
{
|
|
id: 4,
|
|
router_name: "pages/opera/activity_topics/topics",
|
|
},
|
|
{
|
|
id: 5,
|
|
router_name: "pages/make_order/choose_sit/choose_sit",
|
|
},
|
|
{
|
|
id: 6,
|
|
router_name: "pages/make_order/coupon/coupon",
|
|
},
|
|
{
|
|
id: 7,
|
|
router_name: "pages/opera/opera/opera_IP",
|
|
},
|
|
{
|
|
id: 8,
|
|
router_name: "pages/user/my_show/finished_show/finished_show",
|
|
},
|
|
{
|
|
id: 9,
|
|
router_name: "pages/user/my_show/wanted_show/wanted_show",
|
|
},
|
|
{
|
|
id: 10,
|
|
router_name: "pages/user/my_order/my_order",
|
|
},
|
|
{
|
|
id: 11,
|
|
router_name: "pages/user/order_detail/order_detail",
|
|
},
|
|
{
|
|
id: 12,
|
|
router_name: "pages/opera/IP_more/IP_more",
|
|
},
|
|
{
|
|
id: 13,
|
|
router_name: "pages/opera/IP_detail/IP_detail",
|
|
},
|
|
{
|
|
id: 14,
|
|
router_name: "pages/make_order/make_order/make_order",
|
|
},
|
|
{
|
|
id: 15,
|
|
router_name: "pages/make_order/random_sit/random_sit",
|
|
},
|
|
{
|
|
id: 16,
|
|
router_name: "pages/opera/show/show_detail",
|
|
},
|
|
{
|
|
id: 17,
|
|
router_name: "pages/index/search/search",
|
|
},
|
|
{
|
|
id: 18,
|
|
router_name: "pages/user/invoice/invoice_index/invoice_index",
|
|
},
|
|
{
|
|
id: 19,
|
|
router_name: "pages/user/invoice/invoice_edit/invoice_edit_newMake",
|
|
},
|
|
{
|
|
id: 20,
|
|
router_name: "pages/user/invoice/invoice_edit/invoice_edit_content",
|
|
},
|
|
{
|
|
id: 21,
|
|
router_name: "pages/user/invoice/invoice_edit/invoice_edit",
|
|
},
|
|
{
|
|
id: 22,
|
|
router_name: "pages/user/invoice/invoice_history/invoice_history",
|
|
},
|
|
{
|
|
id: 23,
|
|
router_name: "pages/user/invoice/my_invoice/my_invoice",
|
|
},
|
|
{
|
|
id: 24,
|
|
router_name: "pages/user/invoice/make_invoice/make_invoice",
|
|
},
|
|
{
|
|
id: 25,
|
|
router_name: "pages/user/discount/discount/discount",
|
|
},
|
|
{
|
|
id: 26,
|
|
router_name: "pages/user/discount/coupons/coupons",
|
|
},
|
|
{
|
|
id: 27,
|
|
router_name: "pages/user/discount/discount_ex/discount_ex",
|
|
},
|
|
{
|
|
id: 28,
|
|
router_name: "pages/user/discount/discount_avilable/discount_avilable",
|
|
},
|
|
{
|
|
id: 29,
|
|
router_name: "pages/user/auto_service/auto_service",
|
|
},
|
|
{
|
|
id: 30,
|
|
router_name: "pages/user/wallet/wallet/wallet",
|
|
},
|
|
{
|
|
id: 31,
|
|
router_name: "pages/user/wallet/code_exchange/code_exchange",
|
|
},
|
|
{
|
|
id: 32,
|
|
router_name: "pages/user/viewer_list/viewer_list",
|
|
},
|
|
{
|
|
id: 33,
|
|
router_name: "pages/index/calendar/calendar",
|
|
|
|
},
|
|
{
|
|
id: 34,
|
|
router_name: "pages/index/city/selectcity"
|
|
},
|
|
{
|
|
id: 35,
|
|
router_name: "pages/opera/stage/stage_photo"
|
|
},
|
|
{
|
|
id: 36,
|
|
router_name: "pages/user/discount/answer_topic/answer_topic"
|
|
},
|
|
]
|
|
module.exports = {
|
|
router_list
|
|
} |