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

pref:修改设备列表

parent d4e189ac
......@@ -212,6 +212,7 @@ export default {
page: this.current,
size: this.size,
deviceName: `%${this.searchVal}%`,
productName: "样表机",
});
this.loading = false;
let { data } = res.data.data;
......
......@@ -108,20 +108,20 @@ const dynamicRouter = [
},
],
},
{
path: "/skinmanage",
component: Layouts,
meta: {
icon: "el-icon-orange",
title: "皮肤管理",
},
children: [
{
path: "",
component: () => import("@/pages/software/skinManage/SkinManage"),
},
],
},
// {
// path: "/skinmanage",
// component: Layouts,
// meta: {
// icon: "el-icon-orange",
// title: "皮肤管理",
// },
// children: [
// {
// path: "",
// component: () => import("@/pages/software/skinManage/SkinManage"),
// },
// ],
// },
{
path: "/numberwritedevice",
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