From 8a91bef819a2d65317a5f2eadb401a93285c752c Mon Sep 17 00:00:00 2001 From: WX0lxh <2062408239@qq.com> Date: Tue, 24 Feb 2026 10:06:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E6=9C=BA=E6=9E=84=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E6=9C=BA=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 3 + package-lock.json | 6 + package.json | 1 + packageB/components/map.vue | 827 +++++++++++++++ packageB/components/unieditor.vue | 555 ++++++++++ .../evaluationAgencyMaintenance.vue | 941 +++++++++++++++++ .../trainingInstitutionMaintenance.vue | 986 ++++++++++++++++++ .../evaluateAnnouncement/evaluateEdit.vue | 469 +++++++++ .../evaluateAnnouncement/evaluateList.vue | 441 ++++++++ .../trainingAnnouncement/postedEdit.vue | 469 +++++++++ .../trainingAnnouncement/postedList.vue | 441 ++++++++ pages.json | 42 + 12 files changed, 5181 insertions(+) create mode 100644 packageB/components/map.vue create mode 100644 packageB/components/unieditor.vue create mode 100644 packageB/institution/evaluationAgencyMaintenance.vue create mode 100644 packageB/institution/trainingInstitutionMaintenance.vue create mode 100644 packageB/notice/evaluateAnnouncement/evaluateEdit.vue create mode 100644 packageB/notice/evaluateAnnouncement/evaluateList.vue create mode 100644 packageB/notice/trainingAnnouncement/postedEdit.vue create mode 100644 packageB/notice/trainingAnnouncement/postedList.vue diff --git a/main.js b/main.js index 94b4446..7537a34 100644 --- a/main.js +++ b/main.js @@ -16,6 +16,7 @@ import Empty from './components/empty/empty.vue'; import NoBouncePage from '@/components/NoBouncePage/NoBouncePage.vue' import MsgTips from '@/components/MsgTips/MsgTips.vue' import SelectPopupPlugin from '@/components/selectPopup/selectPopupPlugin'; +import unieditor from '@/packageB/components/unieditor.vue' import storeRc from './utilsRc/store/index.js' import {processFileUrl,} from '@/utilsRc/common.js' // iconfont.css 已在 App.vue 中通过 @import 引入,无需在此处重复引入 @@ -44,6 +45,7 @@ export function createApp() { app.component('Empty', Empty) app.component('NoBouncePage', NoBouncePage) app.component('MsgTips', MsgTips) + app.component('unieditor', unieditor) app.config.globalProperties.$processFileUrl = processFileUrl; @@ -74,6 +76,7 @@ export function createApp() { app.provide('deviceInfo', globalFunction.getdeviceInfo()); app.use(SelectPopupPlugin); + // app.use(unieditor); app.use(Pinia.createPinia()); // 注册vuex app.use(storeRc); diff --git a/package-lock.json b/package-lock.json index 2db0b7d..86115a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "dependencies": { "@dcloudio/uni-ui": "^1.5.11", "dayjs": "^1.11.19", + "mp-html": "^2.5.2", "sm-crypto": "^0.3.13" } }, @@ -25,6 +26,11 @@ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" }, + "node_modules/mp-html": { + "version": "2.5.2", + "resolved": "https://registry.npmmirror.com/mp-html/-/mp-html-2.5.2.tgz", + "integrity": "sha512-45e8c32Qgux4YU4iC3qCSFsOh3y+RwPwZ+iz/vvLkDgSGWk+1zsL4WUzWWQc9w3AsAfkaD/QR0oIufIDngBmXA==" + }, "node_modules/sm-crypto": { "version": "0.3.13", "resolved": "https://registry.npmmirror.com/sm-crypto/-/sm-crypto-0.3.13.tgz", diff --git a/package.json b/package.json index bcc7116..afea3cf 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "dependencies": { "@dcloudio/uni-ui": "^1.5.11", "dayjs": "^1.11.19", + "mp-html": "^2.5.2", "sm-crypto": "^0.3.13" } } diff --git a/packageB/components/map.vue b/packageB/components/map.vue new file mode 100644 index 0000000..bdf25f9 --- /dev/null +++ b/packageB/components/map.vue @@ -0,0 +1,827 @@ + + + + + + diff --git a/packageB/components/unieditor.vue b/packageB/components/unieditor.vue new file mode 100644 index 0000000..da61326 --- /dev/null +++ b/packageB/components/unieditor.vue @@ -0,0 +1,555 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/packageB/institution/evaluationAgencyMaintenance.vue b/packageB/institution/evaluationAgencyMaintenance.vue new file mode 100644 index 0000000..ff19952 --- /dev/null +++ b/packageB/institution/evaluationAgencyMaintenance.vue @@ -0,0 +1,941 @@ +