|
@@ -1,7 +1,80 @@
|
|
|
-# Vue 3 + Vite
|
|
|
+# 亲亲云(智慧教育云平台)-局端办公
|
|
|
|
|
|
-This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
|
+> 亲亲云(智慧教育云平台)-局端办公,由景宁办公迁移改动;其中和局端办公同样属性的还包含校端办公;
|
|
|
+>
|
|
|
+> 校端办公-配置文件config.js说明;打包上传说明
|
|
|
|
|
|
-## Recommended IDE Setup
|
|
|
|
|
|
-- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
|
|
|
+
|
|
|
+#### 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
|
|
|
+
|
|
|
+~~~
|
|
|
+
|