UNPKG

ecology9-src4js-tools

Version:

src4js-tools

927 lines (922 loc) 31 kB
exports.default = { // 前台入口 static // main: { // entry: '../src4js/pc4mobx/amain/index.async.js', // buildPath: '../spa/main/static', // servedPath: '/spa/main/static/', // jsName: 'index-mobx.js', // htmlName: 'index.html', // htmlTemplate: 'wui_index.html', // }, performance: { entry: '../src4js/pc4mobx/performance/index.js', entry4debug: '../src4js/pc4mobx/performance/index.js', buildPath: '../spa/performance/static', servedPath: '/spa/performance/static/', cssName: 'index.css', jsName: 'index.js', htmlName: 'index.html', htmlTemplate: 'index.html', }, // 前台入口 main: { entry: '../src4js/pc4mobx/amain/index.async.js', servedPath: '/spa/main/', buildPath: '../spa/main', jsName: 'index-mobx.js', htmlName: '../../spa/main/index.html', htmlTemplate: 'wui_index.html', noEmptyDir: true, setStaticVersion: true, copyFiles: [ { from: '../spa/main/index.html', to: '../wui/index.html' } ] }, // 建模测试 cube: { entry: '../src4js/pc4mobx/cube/src/index.js', entry4single: '../src4js/pc4mobx/cube/src/single.tsx', entry4debug: '../src4js/pc4mobx/cube/src/debug.tsx', buildPath: '../spa/cube/static', servedPath: '/spa/cube/static/', cssName: 'index.tsx.css', jsName: 'index.tsx.js', jsSingleName: 'single.tsx.js', htmlName: 'index.html', htmlTemplate: 'index_cube.html', library: 'weaCube', libraryTarget: 'umd', copyFiles: [ { from: '../formmode/e9resource/index.html', to: '../spa/cube/index.html' }, { from: '../formmode/e9resource/index.jsp', to: '../spa/cube/index.jsp' }, { from: '../formmode/e9resource/single.tsx.js', to: '../spa/cube/single.tsx.js' }, ] }, // 微博 blog: { entry: '../src4js/pc4mobx/blog/index.js', entry4single: '../src4js/pc4mobx/blog/single.js', entry4debug: '../src4js/pc4mobx/blog/debug.js', buildPath: '../spa/blog/static', servedPath: '/spa/blog/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaBlog', libraryTarget: 'umd', copyFiles: [ { from: '../spa/blog/static/index.html', to: '../spa/blog/index_mobx.html' } ] }, // 协作 cowork: { entry: '../src4js/pc4mobx/cowork/index.js', entry4single: '../src4js/pc4mobx/cowork/single.js', entry4debug: '../src4js/pc4mobx/cowork/debug.js', buildPath: '../spa/cowork/static', servedPath: '/spa/cowork/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaCowork', libraryTarget: 'umd', copyFiles: [ { from: '../spa/cowork/static/index.html', to: '../spa/cowork/index.html' } ] }, // 资产 cpt: { entry: '../src4js/pc4mobx/cpt/index.js', entry4single: '../src4js/pc4mobx/cpt/single.js', entry4debug: '../src4js/pc4mobx/cpt/debug.js', buildPath: '../spa/cpt/static', servedPath: '/spa/cpt/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaCpt', libraryTarget: 'umd', copyFiles: [ { from: '../spa/cpt/static/index.html', to: '../spa/cpt/index.html' } ] }, // 客户 crm: { entry: '../src4js/pc4mobx/crm/index.js', entry4single: '../src4js/pc4mobx/crm/single.js', entry4debug: '../src4js/pc4mobx/crm/debug.js', buildPath: '../spa/crm/static', servedPath: '/spa/crm/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_crm.html', library: 'weaCrm', libraryTarget: 'umd' }, // 客户报表 crmReport: { entry: '../src4js/pc4mobx/crmReport/index.js', entry4single: '../src4js/pc4mobx/crmReport/single.js', entry4debug: '../src4js/pc4mobx/crmReport/debug.js', buildPath: '../spa/crm/static4report', servedPath: '/spa/crm/static4report/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_crm.html', library: 'weaCrmReport', libraryTarget: 'umd' }, // 客户门户 crmPortal: { entry: '../src4js/pc4mobx/crmPortal/index.js', entry4single: '../src4js/pc4mobx/crmPortal/single.js', entry4debug: '../src4js/pc4mobx/crmPortal/debug.js', buildPath: '../spa/crmPortal/mobx', servedPath: '/spa/crmPortal/mobx/', cssName: 'index_mobx.css', jsName: 'index_mobx.js', jsSingleName: 'index4single_mobx.js', htmlName: 'index.html', htmlTemplate: 'index_crmPortal.html', library: 'weaCrmPortal', libraryTarget: 'umd' }, // demo示例 demo: { entry: '../src4js/pc4mobx/demo/index.js', entry4single: '../src4js/pc4mobx/demo/single.js', entry4debug: '../src4js/pc4mobx/demo/debug.js', buildPath: '../spa/demo/static', servedPath: '/spa/demo/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaDemo', libraryTarget: 'umd' }, // 二次开发 develop: { entry: '../src4js/pc4mobx/develop/index.js', entry4single: '../src4js/pc4mobx/develop/single.js', entry4debug: '../src4js/pc4mobx/develop/debug.js', buildPath: '../spa/develop/static', servedPath: '/spa/develop/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaDevelop', libraryTarget: 'umd' }, // 文档 document: { entry: '../src4js/pc4mobx/document/index.js', entry4single: '../src4js/pc4mobx/document/single.js', entry4debug: '../src4js/pc4mobx/document/debug.js', buildPath: '../spa/document/static', servedPath: '/spa/document/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaDoc', libraryTarget: 'umd' }, documentDetail: { entry: '../src4js/pc4mobx/documentDetail/index.js', entry4single: '../src4js/pc4mobx/documentDetail/single.js', entry4debug: '../src4js/pc4mobx/documentDetail/debug.js', buildPath: '../spa/document/static4Detail', servedPath: '/spa/document/static4Detail/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaDocDetail', libraryTarget: 'umd', copyFiles: [ { from: '../src4js/pc/document/spaRef/document', to: '../spa/document' } ] }, // 文档 redux // document_redux: { // entry: '../src4js/pc/document/index.js', // entry4single: '../src4js/pc/document/single.js', // buildPath: '../spa/document/', // servedPath: '/spa/document/index.css', // cssName: 'index.css', // jsName: 'index.js', // jsSingleName: 'index4single.js', // htmlName: 'index.html', // htmlTemplate: 'index.html', // library: 'weaDoc', // libraryTarget: 'umd', // }, // 邮件 email: { entry: '../src4js/pc4mobx/email/index.js', entry4single: '../src4js/pc4mobx/email/single.js', entry4debug: '../src4js/pc4mobx/email/debug.js', buildPath: '../spa/email/static', servedPath: '/spa/email/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaEmail', libraryTarget: 'umd' }, // 微搜 esearch: { entry: '../src4js/pc4mobx/esearch/index.js', entry4single: '../src4js/pc4mobx/esearch/single.js', entry4debug: '../src4js/pc4mobx/esearch/debug.js', buildPath: '../spa/esearch/static', servedPath: '/spa/esearch/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_esearch.html', library: 'weaESearch', libraryTarget: 'umd' }, // 财务 fna: { entry: '../src4js/pc4mobx/fna/index.js', entry4single: '../src4js/pc4mobx/fna/single.js', entry4debug: '../src4js/pc4mobx/fna/debug.js', buildPath: '../spa/fna/static', servedPath: '/spa/fna/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaFna', libraryTarget: 'umd' }, //财务特殊组件(关联流程) fnaSpecial: { entry: '../src4js/pc4mobx/fnaSpecial/index.js', entry4single: '../src4js/pc4mobx/fnaSpecial/single.js', entry4debug: '../src4js/pc4mobx/fnaSpecial/debug.js', buildPath: '../spa/fna/fnaSpecial', servedPath: '/spa/fna/fnaSpecial/', cssName: 'index.css', jsName: 'index_mobx.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaFnaSpecial', libraryTarget: 'umd' }, // 人力 hrm: { entry: '../src4js/pc4mobx/hrm/index.js', entry4single: '../src4js/pc4mobx/hrm/single.js', entry4debug: '../src4js/pc4mobx/hrm/debug.js', buildPath: '../spa/hrm/static', servedPath: '/spa/hrm/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaHrm', libraryTarget: 'umd', copyFiles: [ { from: '../spa/hrm/static/index.html', to: '../spa/hrm/index_mobx.html' }, { from: '../hrm/hrm_e9/eventListener.js', to: '../spa/hrm/eventListener.js' } ] }, // 人力考勤 hrmAttendance: { entry: "../src4js/pc4mobx/hrmAttendance/index.js", entry4single: "../src4js/pc4mobx/hrmAttendance/single.js", entry4debug: "../src4js/pc4mobx/hrmAttendance/debug.js", buildPath: "../spa/hrm/static4attendance", servedPath: "/spa/hrm/static4attendance/", cssName: "index.css", jsName: "index.js", jsSingleName: "index4single.js", htmlName: "index.html", htmlTemplate: "index_hrm.html", library: "weaHrmAttendance", libraryTarget: "umd" }, // 人力签到签退插件 hrmSignPlugin: { entry: "../src4js/pc4mobx/hrmSignPlugin/index.js", buildPath: "../spa/hrm/static4signPlugin", servedPath: "/spa/hrm/static4signPlugin/", cssName: "siginPlugin.css", jsName: "siginPlugin.js", htmlName: "signPlugin.html", htmlTemplate: "index.html", library: "weaHrmSignPlguin", libraryTarget: "umd" }, hrmLogin: { entry: "../src4js/pc4mobx/hrm/util/loginUtil.js", buildPath: "../spa/hrm/staticLogin", servedPath: "/spa/hrm/", cssName: "login.css", jsName: "login.js", htmlName: "index_login.html", htmlTemplate: "index.html", }, // 人力-登录新版 hrmLoginNew: { entry: "../src4js/pc4mobx/hrm/util/loginUtilNew.js", buildPath: "../spa/hrm/staticLoginNew", servedPath: "/spa/hrm/", cssName: "loginNew.css", jsName: "loginNew.js", htmlName: "index.html", htmlTemplate: "index.html", }, // 集成 inte: { entry: '../src4js/pc4mobx/inte/index.js', entry4single: '../src4js/pc4mobx/inte/single.js', entry4debug: '../src4js/pc4mobx/inte/debug.js', buildPath: '../spa/inte/static', servedPath: '/spa/inte/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaInte', libraryTarget: 'umd' }, // 会议 meeting: { entry: '../src4js/pc4mobx/meeting/index.js', entry4single: '../src4js/pc4mobx/meeting/single.js', entry4debug: '../src4js/pc4mobx/meeting/debug.js', buildPath: '../spa/meeting/static', servedPath: '/spa/meeting/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaMeeting', libraryTarget: 'umd' }, // 公文 odoc: { entry: '../src4js/pc4mobx/odoc/index.js', entry4single: '../src4js/pc4mobx/odoc/single.js', entry4debug: '../src4js/pc4mobx/odoc/debug.js', buildPath: '../spa/odoc/static', servedPath: '/spa/odoc/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaOdoc', libraryTarget: 'umd' }, // 公文交换 odocExchange: { entry: '../src4js/pc4mobx/odocExchange/index.js', entry4single: '../src4js/pc4mobx/odocExchange/single.js', entry4debug: '../src4js/pc4mobx/odocExchange/debug.js', buildPath: '../spa/odocExchange/static', servedPath: '/spa/odocExchange/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index2.html', htmlTemplate: 'index_odoc_exchange.html', library: 'weaOdocExchange', libraryTarget: 'umd' }, // 门户 portal: { entry: '../src4js/pc4mobx/portal/index.js', entry4single: '../src4js/pc4mobx/portal/single.js', entry4debug: '../src4js/pc4mobx/portal/debug.js', buildPath: '../spa/portal/static', servedPath: '/spa/portal/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_portal.html', library: 'weaPortal', libraryTarget: 'umd', copyFiles: [ { from: '../spa/portal/static/index.css', to: '../spa/portal/index.css' }, { from: '../spa/portal/static/index.js', to: '../spa/portal/index.js' } ] }, // 门户公共 portalPublic: { entry: '../src4js/pc4mobx/portal4public/index.js', entry4single: '../src4js/pc4mobx/portal4public/single.js', // entry4debug: '../src4js/pc4mobx/portal4public/debug.js', buildPath: '../spa/portal/public', servedPath: '/spa/portal/public/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaPortalPublic', libraryTarget: 'umd', copyFiles: [ { from: '../src4js/pc4mobx/portal4public/images', to: '../spa/portal/images' } ] }, // 门户自定义开发示例登录页 portalDemoLogin: { entry: '../src4js/pc4develop/portal4login/demo/index.js', entry4single: '../src4js/pc4develop/portal4login/demo/single.js', entry4debug: '../src4js/pc4develop/portal4login/demo/debug.js', buildPath: '../cloudstore/e9DevModules/portal/login/demo', servedPath: '/cloudstore/e9DevModules/portal/login/demo/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_theme.html', library: 'weaPortalDemoLogin', libraryTarget: 'umd' }, // 门户自定义开发示例主题 portalDemoTheme: { entry: '../src4js/pc4develop/portal4theme/demo/index.js', entry4single: '../src4js/pc4develop/portal4theme/demo/single.js', entry4debug: '../src4js/pc4develop/portal4theme/demo/debug.js', buildPath: '../cloudstore/e9DevModules/portal/theme/demo', servedPath: '/cloudstore/e9DevModules/portal/theme/demo/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_theme.html', library: 'weaPortalDemoTheme', libraryTarget: 'umd' }, // 门户自定义开发示例元素 portalDemoElement: { entry: '../src4js/pc4develop/portal4element/demo/index.js', entry4single: '../src4js/pc4develop/portal4element/demo/single.js', entry4debug: '../src4js/pc4develop/portal4element/demo/debug.js', buildPath: '../cloudstore/e9DevModules/portal/element/demo', servedPath: '/cloudstore/e9DevModules/portal/element/demo/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_portal.html', library: 'weaPortalDemoElement', libraryTarget: 'umd' }, // 门户自定义开发示例元素 portalDemo2Element: { entry: '../src4js/pc4develop/portal4element/demo2/index.js', entry4single: '../src4js/pc4develop/portal4element/demo2/single.js', entry4debug: '../src4js/pc4develop/portal4element/demo2/debug.js', buildPath: '../cloudstore/e9DevModules/portal/element/demo2', servedPath: '/cloudstore/e9DevModules/portal/element/demo2/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_portal.html', library: 'weaPortalDemo2Element', libraryTarget: 'umd' }, // 门户布局 portalLayout: { entry: '../src4js/pc4mobx/portal4layout/index.js', entry4single: '../src4js/pc4mobx/portal4layout/single.js', entry4debug: '../src4js/pc4mobx/portal4layout/debug.js', buildPath: '../spa/portal/static4layout', servedPath: '/spa/portal/static4layout/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_portal_layout.html', library: 'weaPortalLayout', libraryTarget: 'umd' }, // 门户组件 portalCom: { entry: '../src4js/pc4mobx/portal4com/index.js', entry4single: '../src4js/pc4mobx/portal4com/single.js', entry4debug: '../src4js/pc4mobx/portal4com/debug.js', buildPath: '../spa/portal/static4com', servedPath: '/spa/portal/static4com/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_portal_com.html', library: 'weaPortalCom', libraryTarget: 'umd' }, // EM门户菜单 portalEM: { entry: '../src4js/pc4mobx/portal4em/index.js', entry4single: '../src4js/pc4mobx/portal4em/single.js', entry4debug: '../src4js/pc4mobx/portal4em/debug.js', buildPath: '../spa/portal/static4em', servedPath: '/spa/portal/static4em/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_portal_em.html', library: 'weaPortalEM', libraryTarget: 'umd' }, // 插件下载 weaPlugin: { entry: "../src4js/pc4mobx/portal4public/wea-plugin/plugin.js", buildPath: "../spa/portal/plugins/plugin", servedPath: "/spa/portal/plugins/plugin/", cssName: "index.css", jsName: "index.js", htmlName: "index.html", htmlTemplate: "index.html", library: "weaPlugin", libraryTarget: "umd" }, // 项目 prj: { entry: '../src4js/pc4mobx/prj/index.js', entry4single: '../src4js/pc4mobx/prj/single.js', entry4debug: '../src4js/pc4mobx/prj/debug.js', buildPath: '../spa/prj/static', servedPath: '/spa/prj/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaPrj', libraryTarget: 'umd', copyFiles: [ { from: '../spa/prj/static/index.html', to: '../spa/prj/index.html' } ] }, // 小模块 smallApp: { entry: '../src4js/pc4mobx/smallApp/index.js', entry4single: '../src4js/pc4mobx/smallApp/single.js', entry4debug: '../src4js/pc4mobx/smallApp/debug.js', buildPath: '../spa/smallApp/static', servedPath: '/spa/smallApp/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaSmallApp', libraryTarget: 'umd', }, // 登录 login: { entry: '../src4js/pc4mobx/portal4login/index.js', entry4single: '../src4js/pc4mobx/portal4login/single.js', entry4debug: '../src4js/pc4mobx/portal4login/debug.js', buildPath: '../spa/login/static', servedPath: '/spa/login/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_login.html', library: 'weaPortalLogin', libraryTarget: 'umd', copyFiles: [ { from: '../spa/login/static/index.html', to: '../wui/login.html' } ] }, // 主题 theme: { entry: '../src4js/pc4mobx/portal4theme/index.js', entry4single: '../src4js/pc4mobx/amain/index.async.js', entry4debug: '../src4js/pc4mobx/portal4theme/debug.js', buildPath: '../spa/theme/static', servedPath: '/spa/theme/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_theme.html', library: 'weaPortalTheme', libraryTarget: 'umd' }, // 流程 workflow: { entry: '../src4js/pc4mobx/workflow/index.js', entry4single: '../src4js/pc4mobx/workflow/single.js', entry4debug: '../src4js/pc4mobx/workflow/debug.js', buildPath: '../spa/workflow/static', servedPath: '/spa/workflow/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_workflow.html', library: 'weaWorkflow', libraryTarget: 'umd', copyFiles: [ { from: '../spa/workflow/static/index.html', to: '../spa/workflow/index_mobx.html' }, { from: '../src4js/pc4mobx/workflow/index.jsp', to: '../spa/workflow/index.jsp' }, { from: '../src4js/pc4mobx/workflow/index.jsp', to: '../spa/workflow/index_mobx.jsp' } ] }, // 流程公共模块 workflowPublic: { entry: '../src4js/pc4mobx/workflowPublic/index.js', entry4single: '../src4js/pc4mobx/workflow/single.js', entry4debug: '../src4js/pc4mobx/workflowPublic/debug.js', buildPath: '../spa/workflow/static4public', servedPath: '/spa/workflow/static4public/', cssName: 'index.css', jsName: 'index.js', // jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaWorkflowPublic', libraryTarget: 'umd' }, // 表单 workflowForm: { entry: '../src4js/pc4mobx/workflowForm/index.js', entry4single: '../src4js/pc4mobx/workflowForm/single.js', entry4debug: '../src4js/pc4mobx/workflowForm/debug.js', buildPath: '../spa/workflow/static4form', servedPath: '/spa/workflow/static4form/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_wfForm.html', library: 'weaWorkflowForm', libraryTarget: 'umd', copyFiles: [ { from: '../src4js/pc4mobx/workflowForm/index_form.jsp', to: '../spa/workflow/index_form.jsp' }, { from: '../src4js/pc4mobx/workflowForm/asyncFiles/zDialog_wev8.js', to: '../spa/workflow/async/zDialog_wev8.js' }, { from: '../src4js/pc4mobx/workflowForm/asyncFiles/license_wev8.js', to: '../spa/workflow/async/license_wev8.js' }, { from: '../src4js/pc4mobx/workflowForm/asyncFiles/jqOverride.js', to: '../spa/workflow/async/jqOverride.js' } ] }, // 个性化设置 customsetting: { entry: '../src4js/pc4public/index.js', entry4single: '../src4js/pc4public/single.js', //entry4debug: '../src4js/pc4public/debug.js', buildPath: '../spa/customSetting', servedPath: '/spa/customSetting/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_customSetting.html', library: 'weaCustomSetting', libraryTarget: 'umd' }, // 日程 workplan: { entry: '../src4js/pc4mobx/workplan/index.js', entry4single: '../src4js/pc4mobx/workplan/single.js', entry4debug: '../src4js/pc4mobx/workplan/debug.js', buildPath: '../spa/workplan/static', servedPath: '/spa/workplan/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_workplan.html', library: 'weaWorkplan', libraryTarget: 'umd' }, // 执行力 workrelate: { entry: '../src4js/pc4mobx/workrelate/index.js', entry4single: '../src4js/pc4mobx/workrelate/single.js', entry4debug: '../src4js/pc4mobx/workrelate/debug.js', buildPath: '../spa/workrelate/static', servedPath: '/spa/workrelate/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaWorkrelate', libraryTarget: 'umd' }, // 合同------------------截止2019-1-15已经暂停合同开发-杜传明 // contract: { // entry: '../src4js/pc4mobx/contract/index.js', // entry4single: '../src4js/pc4mobx/contract/single.js', // entry4debug: '../src4js/pc4mobx/contract/debug.js', // buildPath: '../spa/contract/static', // servedPath: '/spa/contract/static/', // cssName: 'index.css', // jsName: 'index.js', // jsSingleName: 'index4single.js', // htmlName: 'index.html', // htmlTemplate: 'index_contract.html', // library: 'weaContract', // libraryTarget: 'umd' // }, //车辆 car: { entry: '../src4js/pc4mobx/car/src/index.js', entry4single: '../src4js/pc4mobx/car/src/single.js', entry4debug: '../src4js/pc4mobx/car/src/debug.js', buildPath: '../spa/car/static', servedPath: '/spa/car/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaCar', libraryTarget: 'umd', copyFiles: [ { from: '../car/e9resource/index.html', to: '../spa/car/index.html' }, { from: '../car/e9resource/index4single_mobx.js', to: '../spa/car/index4single_mobx.js' }, ] }, favourite: { entry: '../src4js/pc4mobx/favourite/index.js', entry4single: '../src4js/pc4mobx/favourite/single.js', entry4debug: '../src4js/pc4mobx/favourite/single.js', buildPath: '../spa/favourite/static', servedPath: '/spa/favourite/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaFavourite', libraryTarget: 'umd', copyFiles: [ { from: '../spa/favourite/static/index.html', to: '../spa/favourite/index.html' } ] }, // 督查督办 govern: { entry: '../src4js/pc4mobx/govern/index.js', entry4single: '../src4js/pc4mobx/govern/single.js', entry4debug: '../src4js/pc4mobx/govern/debug.js', buildPath: '../spa/govern/static', servedPath: '/spa/govern/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaGovern', libraryTarget: 'umd' }, //信息采编 info: { entry: '../src4js/pc4mobx/info/index.js', entry4single: '../src4js/pc4mobx/info/single.js', entry4debug: '../src4js/pc4mobx/info/debug.js', buildPath: '../spa/info/static', servedPath: '/spa/info/static/', cssName: "index.css", jsName: "index.js", jsSingleName: "index4single.js", htmlName: "index.html", htmlTemplate: "index.html", library: "weaInfo", libraryTarget: "umd", copyFiles: [ { from: '../src4js/pc4mobx/info/infoedition/office.html', to: '../spa/info/infoedition/office.html' } ] }, emobile: { entry: '../src4js/pc4public/emobile/index.js', entry4debug: '../src4js/pc4public/emobile/index.js', buildPath: '../spa/coms/emobile', servedPath: '/spa/coms/emobile/', cssName: 'index.emobile.css', jsName: 'index.emobile.js', htmlTemplate: 'index_emobile.html', htmlName: 'index-emobile.html', library: 'emobile', libraryTarget: 'umd', copyFiles: [ { from: '../spa/coms/emobile/index-emobile.html', to: '../spa/coms/index-emobile.html' } ] }, message: { entry: '../src4js/pc4public/message/index.js', entry4debug: '../src4js/pc4public/message/index.js', buildPath: '../spa/coms/message', servedPath: '/spa/coms/message/', cssName: 'index.message.css', jsName: 'index.message.js', htmlTemplate: 'index_message.html', htmlName: 'index-message.html', library: 'message', libraryTarget: 'umd', copyFiles: [ ] }, // e-Todo开发管理平台 todo: { entry: '../src4js/pc4mobx/todo/index.js', entry4single: '../src4js/pc4mobx/todo/single.js', entry4debug: '../src4js/pc4mobx/todo/debug.js', buildPath: '../spa/todo/static', servedPath: '/spa/todo/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index_todo.html', htmlTemplate: 'index_todo.html', library: 'weaTodo', libraryTarget: 'umd' }, // PMS系统 pms: { entry: '../src4js/pc4mobx/pms/index.js', entry4single: '../src4js/pc4mobx/pms/single.js', entry4debug: '../src4js/pc4mobx/pms/debug.js', buildPath: '../spa/pms/static', servedPath: '/spa/pms/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaPms', libraryTarget: 'umd' }, // PMS项目管理门户 pmsportal: { entry: '../src4js/pc4mobx/pmsportal/index.js', entry4single: '../src4js/pc4mobx/pmsportal/single.js', entry4debug: '../src4js/pc4mobx/pmsportal/debug.js', buildPath: '../spa/pmsportal/static', servedPath: '/spa/pmsportal/static/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index.html', library: 'weaPmsPortal', libraryTarget: 'umd' }, //元素more页面 more: { entry: '../src4js/pc4mobx/portal/elementmore/index.js', entry4single: '../src4js/pc4mobx/portal/elementmore/single.js', buildPath: '../spa/portal/moreStatic/', servedPath: '/spa/portal/moreStatic/', cssName: 'index_more.css', jsName: 'index_more.js', jsSingleName: 'index4single_more.js', htmlName: 'index_more.html', htmlTemplate: 'index_more.html', library: 'weaElementMore', libraryTarget: 'umd' }, // 元素独立页面 portalElement: { entry: '../src4js/pc4mobx/portal/elements/index.js', entry4single: '../src4js/pc4mobx/portal/elements/single.js', buildPath: '../spa/portal/element', servedPath: '/spa/portal/element/', cssName: 'index.css', jsName: 'index.js', jsSingleName: 'index4single.js', htmlName: 'index.html', htmlTemplate: 'index_portal.html', library: 'weaPortalElement', libraryTarget: 'umd' }, }