updata
This commit is contained in:
parent
d090a624de
commit
0f214755cc
@ -461,11 +461,18 @@ export const asyncRoutes = [
|
|||||||
alwaysShow: true,
|
alwaysShow: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "orderManagement",
|
path: "baidu",
|
||||||
component: () => import("@/views/customer/orderManagement/index.vue"),
|
component: () => import("@/views/customer/orderManagement/baidu/index.vue"),
|
||||||
name: "OrderManagement",
|
name: "baidu",
|
||||||
meta: { title: "百度订单", fullPath: "/customer/orderManagement", noCache: true, },
|
meta: { title: "百度订单", fullPath: "/customer/orderManagement", noCache: true, },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "orderManagement",
|
||||||
|
component: () => import("@/views/customer/orderManagement/HistoricalOrders/index.vue"),
|
||||||
|
name: "OrderManagement",
|
||||||
|
meta: { title: "阿里云订单", fullPath: "/customer/orderManagement", noCache: true, },
|
||||||
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="less" scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
@ -101,7 +101,7 @@ export default {
|
|||||||
name: '长三角集群',
|
name: '长三角集群',
|
||||||
cityName: '上海',
|
cityName: '上海',
|
||||||
direction: 'right',
|
direction: 'right',
|
||||||
labelPosition: [128, 38.23], // 远离城市坐标
|
labelPosition: [125, 38.23], // 远离城市坐标
|
||||||
position: { top: '40%', left: '80.5%' }
|
position: { top: '40%', left: '80.5%' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user