Compare commits
No commits in common. "d4dd639698ec497130d366904328d2e5928401f3" and "9af9cfac98cffb8c63c20e0e00ec0fe213ebea60" have entirely different histories.
d4dd639698
...
9af9cfac98
@ -461,18 +461,11 @@ export const asyncRoutes = [
|
|||||||
alwaysShow: true,
|
alwaysShow: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "baidu",
|
path: "orderManagement",
|
||||||
component: () => import("@/views/customer/orderManagement/baidu/index.vue"),
|
component: () => import("@/views/customer/orderManagement/index.vue"),
|
||||||
name: "baidu",
|
name: "OrderManagement",
|
||||||
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, },
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +0,0 @@
|
|||||||
<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: [125, 38.23], // 远离城市坐标
|
labelPosition: [128, 38.23], // 远离城市坐标
|
||||||
position: { top: '40%', left: '80.5%' }
|
position: { top: '40%', left: '80.5%' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user