# eoffice-web **Repository Path**: chaoneng/eoffice-web ## Basic Information - **Project Name**: eoffice-web - **Description**: eoffice的前端界面(基于onlyoffice的在线协作平台) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2021-07-31 - **Last Updated**: 2021-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # e-office 在线办公平台 e-office是一款基于onlyoffice的word,excel,ppt多人协同在线文档管理平台。 ## 如何使用 * 修改`config/proxy.js`文件 ``` '/eofficeserver': { // 修改成 eoffice-server的后台服务地址 target: 'http://192.168.0.101:8080', changeOrigin: true, pathRewrite: { '^': '', }, }, ``` * 修改`src/pages/OnlyOffice/onlyoffice.js`文件 ``` // onlyoffice的地址 const officeServer = 'http://192.168.0.101:88'; ``` *