From e1e25f4f7fa6b7e31c7f0567cc3744fb3ee6ba98 Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期三, 27 九月 2023 09:55:59 +0800 Subject: [PATCH] 路由修改 --- web/src/views/GoodManage/components/IncomeRecord.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/src/views/MaterialsIndex/components/IncomeRecord.vue b/web/src/views/GoodManage/components/IncomeRecord.vue similarity index 99% rename from web/src/views/MaterialsIndex/components/IncomeRecord.vue rename to web/src/views/GoodManage/components/IncomeRecord.vue index e641005..12bd847 100644 --- a/web/src/views/MaterialsIndex/components/IncomeRecord.vue +++ b/web/src/views/GoodManage/components/IncomeRecord.vue @@ -422,5 +422,5 @@ </script> <style lang="scss" scoped> -@import '../../../style/layout-main.scss'; +@import'@/style/layout-main.scss'; </style> \ No newline at end of file -- Gitblit v1.9.3