Commit 470ed784 authored by “yiyousong”'s avatar “yiyousong”

pref:修改设备列表

parent d4e189ac
...@@ -212,6 +212,7 @@ export default { ...@@ -212,6 +212,7 @@ export default {
page: this.current, page: this.current,
size: this.size, size: this.size,
deviceName: `%${this.searchVal}%`, deviceName: `%${this.searchVal}%`,
productName: "样表机",
}); });
this.loading = false; this.loading = false;
let { data } = res.data.data; let { data } = res.data.data;
......
...@@ -108,20 +108,20 @@ const dynamicRouter = [ ...@@ -108,20 +108,20 @@ const dynamicRouter = [
}, },
], ],
}, },
{ // {
path: "/skinmanage", // path: "/skinmanage",
component: Layouts, // component: Layouts,
meta: { // meta: {
icon: "el-icon-orange", // icon: "el-icon-orange",
title: "皮肤管理", // title: "皮肤管理",
}, // },
children: [ // children: [
{ // {
path: "", // path: "",
component: () => import("@/pages/software/skinManage/SkinManage"), // component: () => import("@/pages/software/skinManage/SkinManage"),
}, // },
], // ],
}, // },
{ {
path: "/numberwritedevice", path: "/numberwritedevice",
component: Layouts, component: Layouts,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment