diff --git a/client/containers/Project/Setting/ProjectData/ProjectData.js b/client/containers/Project/Setting/ProjectData/ProjectData.js index c9d1a106..b3d140a5 100755 --- a/client/containers/Project/Setting/ProjectData/ProjectData.js +++ b/client/containers/Project/Setting/ProjectData/ProjectData.js @@ -19,7 +19,6 @@ const exportDataModule = {}; // } @connect( state => { - // console.log(state); return { curCatid: -(-state.inter.curdata.catid), basePath: state.project.currProject.basepath diff --git a/exts/yapi-plugin-export-markdown/client.js b/exts/yapi-plugin-export-markdown/client.js new file mode 100644 index 00000000..e69de29b diff --git a/exts/yapi-plugin-export-markdown/index.js b/exts/yapi-plugin-export-markdown/index.js new file mode 100644 index 00000000..080b4b6d --- /dev/null +++ b/exts/yapi-plugin-export-markdown/index.js @@ -0,0 +1,4 @@ +module.exports = { + server: true, + client: true + } \ No newline at end of file diff --git a/exts/yapi-plugin-export-markdown/server.js b/exts/yapi-plugin-export-markdown/server.js new file mode 100644 index 00000000..e69de29b