# 亲亲云(智慧教育云平台)-局端办公 > 亲亲云(智慧教育云平台)-局端办公,由景宁办公迁移改动;其中和局端办公同样属性的还包含校端办公; > > 局端办公-配置文件config.js说明;打包上传说明 > > 问题标记待解决说明:局端办公-公文交互:发布树形接口目前已经废弃,需要新建一个树形接口来保证流程梳理进行下去;这里标记下 #### 1.配置文件(2024-12-19版本,详见git版本提交记录) ~~~js const isDev = location.host.endsWith('.top') window.globalVariables = window.GLOBAL_CONFIG = isDev ? { oss: 'https://qqyxtjnmfopenapi.bozedu.top/', api: 'https://qqyxtjnmfopenapi.bozedu.top/', // api: ' http:/10.100.101.120:86',//英山一中打包用 // login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html', // wpsserver: 'http://60.188.226.44:8001/loading.html' // origin: window.location.origin + '/app/xdbg/', installLink:'https://wpsoas.bozedu.top/install.html', wpsserver: 'https://wpsoas.bozedu.top/loading.html', microsoftPreview: 'https://view.officeapps.live.com/op/view.aspx?src=', docxPreview:'https://qqyxtjnmfopenapi.bozedu.top/', } : { oss: 'https://qqyxtjnmfopenapi.bozedu.net/', api: 'https://qqyxtjnmfopenapi.bozedu.net/', // api: ' http:/10.100.101.120:86',//英山一中打包用 // login: 'https://qqyxt.bozedu.net/app/activityRating/home/login.html', // wpsserver: 'http://60.188.226.44:8001/loading.html', origin: window.location.origin, installLink:'https://wpsoas.bozedu.net/install.html', wpsserver: 'https://wpsoas.bozedu.net/loading.html', microsoftPreview: 'https://view.officeapps.live.com/op/view.aspx?src=', docxPreview:'https://qqyxtjnmfopenapi.bozedu.net/', } ~~~ #### 2.打包发布说明 ~~~js 校端办公仓库地址: http://git.bozedu.net:3000/872880485/bureau_office.git 打包命令: npm run build 打包文件 dist目录中 ~~~ ~~~js FTP地址:47.110.237.199 端口:60021 用户:qqyxtjnmf_bozedu_net 密码:不显式显示,具体请问具体人员 登录服务器目录结构: master .htaccess 404.html master_20241019.gz 将局端办公打包的文件dist中文件放入 /master/ju ~~~ #### 3.问题标记待解决说明: ~~~js 1.局端办公-公文交互:发布树形接口目前已经废弃,需要新建一个树形接口来保证流程梳理进行下去;这里标记下; ~~~