From b11ff823b4250f5267a2c296818380b21136b380 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 27 五月 2020 10:25:54 +0800 Subject: [PATCH] 2020-05-27 --- src/templates/zshare/editcomponent/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/editcomponent/index.jsx b/src/templates/zshare/editcomponent/index.jsx index d8a5014..25c8cb3 100644 --- a/src/templates/zshare/editcomponent/index.jsx +++ b/src/templates/zshare/editcomponent/index.jsx @@ -4,7 +4,7 @@ import Api from '@/api' import PasteForm from '@/templates/zshare/pasteform' -import TransferForm from '@/components/transferform' +import TransferForm from '@/templates/zshare/basetransferform' import './index.scss' class editComponent extends Component { -- Gitblit v1.8.0