From 8dda5c3923bbc377371ccb8c7d4d83c499b5d1c3 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 02 九月 2022 05:00:53 +0800 Subject: [PATCH] 调整子账户管理页面 --- src/views/subAccount/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/report/index.vue b/src/views/subAccount/index.vue similarity index 94% rename from src/views/report/index.vue rename to src/views/subAccount/index.vue index f80c655..66bf956 100644 --- a/src/views/report/index.vue +++ b/src/views/subAccount/index.vue @@ -16,7 +16,7 @@ </div> <!-- 椤靛熬 --> - <Footer :isBlack="true"></Footer> + <!-- <Footer :isBlack="true"></Footer> --> </div> </template> @@ -30,9 +30,9 @@ export default { components: { IndexHeader, - SubAccount, + SubAccount // SettingBox, - Footer + // Footer } } </script> -- Gitblit v1.8.0