diff --git a/src/views/product/index.vue b/src/views/product/index.vue
index d70ecb1..1e19493 100644
--- a/src/views/product/index.vue
+++ b/src/views/product/index.vue
@@ -173,7 +173,7 @@
-
+
diff --git a/src/views/tool/table/index.vue b/src/views/tool/table/index.vue
index 3994342..833360e 100644
--- a/src/views/tool/table/index.vue
+++ b/src/views/tool/table/index.vue
@@ -347,14 +347,14 @@ async function areainit() {
}
async function diancanShow(item, key) {
if (!key) {
- router.push({ path: "/tool/index", query: { tableCode: item.tableCode } });
+ router.push({ path: "/Instead", query: { tableCode: item.tableCode } });
return;
}
if (key == "isAddGoods") {
- router.push({ path: "/tool/index", query: { id: item.orderId, key } });
+ router.push({ path: "/Instead", query: { id: item.orderId, key } });
}
if (key == "isPayOrder") {
- router.push({ path: "/tool/index", query: { id: item.orderId, key } });
+ router.push({ path: "/Instead", query: { id: item.orderId, key } });
}
}
const tabClick = (tab) => {