feat: 创建导入插件文件夹

This commit is contained in:
喻希里 2017-10-27 10:59:05 +08:00
parent 648adfa250
commit 7e45176424
4 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,6 @@ const exportDataModule = {};
// }
@connect(
state => {
// console.log(state);
return {
curCatid: -(-state.inter.curdata.catid),
basePath: state.project.currProject.basepath

View File

@ -0,0 +1,4 @@
module.exports = {
server: true,
client: true
}