Compare commits

..

No commits in common. "d4dd639698ec497130d366904328d2e5928401f3" and "9af9cfac98cffb8c63c20e0e00ec0fe213ebea60" have entirely different histories.

4 changed files with 4 additions and 26 deletions

View File

@ -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, },
}
] ]
}, },

View File

@ -1,15 +0,0 @@
<template>
<div>
</div>
</template>
<script>
export default {
}
</script>
<style lang="less" scoped>
</style>

View File

@ -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%' }
}, },
{ {