diff --git a/src/page/index/index.vue b/src/page/index/index.vue
index f37d7e8e..f4890d9a 100644
--- a/src/page/index/index.vue
+++ b/src/page/index/index.vue
@@ -15,9 +15,9 @@
-
+
-
+
diff --git a/src/page/index/layout.vue b/src/page/index/layout.vue
index 5bf76e38..0439730f 100644
--- a/src/page/index/layout.vue
+++ b/src/page/index/layout.vue
@@ -1,7 +1,7 @@
-
+
-
+
diff --git a/src/router/avue-router.js b/src/router/avue-router.js
index 890875fe..dad12da4 100644
--- a/src/router/avue-router.js
+++ b/src/router/avue-router.js
@@ -58,7 +58,6 @@ RouterPlugin.install = function (option = {}) {
if (option.keepAlive) {
meta.keepAlive = option.keepAlive;
}
-
const isChild = !!(children && children.length !== 0);
const oRouter = {
path: path,
@@ -132,7 +131,7 @@ export const formatPath = (ele, first) => {
const propsDefault = website.menu;
const icon = ele[propsDefault.icon];
ele[propsDefault.icon] = !icon ? propsDefault.iconDefault : icon;
- ele.meta = { keepAlive: ele.isOpen === 2 };
+ ele.meta = { keepAlive: ele.isOpen == 2 };
const iframeComponent = 'components/iframe/main';
const iframeSrc = href => {
return href.replace(/&/g, '#');
@@ -149,7 +148,7 @@ export const formatPath = (ele, first) => {
ele[propsDefault.children] &&
ele[propsDefault.children].forEach(child => {
child.component = 'views' + child[propsDefault.path];
- child.meta = { keepAlive: child.isOpen === 2 };
+ child.meta = { keepAlive: child.isOpen == 2 };
if (isURL(child[propsDefault.href])) {
let href = child[propsDefault.href];
child[propsDefault.path] = ele[propsDefault.path] + '/' + child.code;
diff --git a/src/router/index.js b/src/router/index.js
index 8257099d..7fab1ed4 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -14,6 +14,7 @@ AvueRouter.install({
store: Store,
router: Router,
i18n: i18n,
+ keepAlive: true
});
Router.$avueRouter.formatRoutes(Store.getters.menuAll, true);
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 0686d4d4..9bcc642b 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -688,6 +688,7 @@ export default [
name: '配送查看',
meta: {
i18n: 'dict',
+ keepAlive:true
},
props: route => ({
name: route.query.name,
@@ -1051,20 +1052,20 @@ export default [
},
],
},
-// 下面的代码为 商场客户端的页面
+ // 下面的代码为 商场客户端的页面
-{
- path: '/mail/order/add',
- component: Layout,
- redirect: '/mail/order/add',
- children: [
- {
- path: '/mail/order/add',
- name: '新建商场预约单',
- component: () => import('@/views/mail/order/add.vue'),
- },
- ],
-},
+ {
+ path: '/mail/order/add',
+ component: Layout,
+ redirect: '/mail/order/add',
+ children: [
+ {
+ path: '/mail/order/add',
+ name: '新建商场预约单',
+ component: () => import('@/views/mail/order/add.vue'),
+ },
+ ],
+ },
// {
diff --git a/src/store/getters.js b/src/store/getters.js
index 421bcc1a..bdb7f1fd 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -15,15 +15,12 @@ const getters = {
lockPasswd: state => state.common.lockPasswd,
tagList: state => state.tags.tagList,
tagsKeep: (state, getters) => {
+ console.log(getters.tagList,'-----')
return getters.tagList
.filter(ele => {
return (ele.meta || {}).keepAlive;
})
.map(ele => {
- console.log('ele :>> ', ele);
- const path = ele.path;
- const reg = new RegExp(path, 'g');
- console.log('reg', reg);
return ele.fullPath;
});
},
diff --git a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue
index 2451068d..40f1e28c 100644
--- a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue
+++ b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue
@@ -33,34 +33,14 @@
-
-
+
+
-
-
+
+
@@ -104,12 +84,9 @@
-
+
- {{ item.dictValue }}
- 件数:
-
+ {{ item.dictValue }}
+ 件数:
+
- 公里:
-
+ 公里:
+
- 距离:
-
+ 距离:
+
- 人数:
-
+ 人数:
+
- 楼层:
-
+ 楼层:
+
- 预计费用:
-
+ 预计费用:
+
@@ -305,12 +214,8 @@
-
+
+