景宁-局端办公

hpAlivsliu a0abce5a54 ... 6 月之前
public ed89c14bb6 局端办公-公文-config.js配置统一整理,公文变量通过config取值;readme文件更新了打包和服务器放置位置说明 6 月之前
src ed89c14bb6 局端办公-公文-config.js配置统一整理,公文变量通过config取值;readme文件更新了打包和服务器放置位置说明 6 月之前
.env.development 6d07a3ee49 提交 3 年之前
.env.production 6d07a3ee49 提交 3 年之前
.gitignore 159a89606f 创建 3 年之前
README.md a0abce5a54 ... 6 月之前
index.html 75900a6991 更新功能 2 年之前
package-lock.json f31c430726 ... 2 年之前
package.json c8e3b6e1f8 tinymce 版本降至6.6.2,高版本存在bug 1 年之前
pnpm-lock.yaml c8e3b6e1f8 tinymce 版本降至6.6.2,高版本存在bug 1 年之前
vite.config.js c8e3b6e1f8 tinymce 版本降至6.6.2,高版本存在bug 1 年之前
windi.config.ts 152dae83de 临时 2 年之前
yarn.lock 47176f4294 .... 6 月之前

README.md

亲亲云(智慧教育云平台)-局端办公

亲亲云(智慧教育云平台)-局端办公,由景宁办公迁移改动;其中和局端办公同样属性的还包含校端办公;

局端办公-配置文件config.js说明;打包上传说明

问题标记待解决说明:局端办公-公文交互:发布树形接口目前已经废弃,需要新建一个树形接口来保证流程梳理进行下去;这里标记下

1.配置文件(2024-12-19版本,详见git版本提交记录)

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.打包发布说明

校端办公仓库地址:
http://git.bozedu.net:3000/872880485/bureau_office.git

打包命令:
npm run build

打包文件
dist目录中
FTP地址:47.110.237.199
端口:60021
用户:qqyxtjnmf_bozedu_net
密码:不显式显示,具体请问具体人员

登录服务器目录结构:
master
.htaccess
404.html
master_20241019.gz

将局端办公打包的文件dist中文件放入
/master/ju

3.问题标记待解决说明:

1.局端办公-公文交互:发布树形接口目前已经废弃,需要新建一个树形接口来保证流程梳理进行下去;这里标记下;