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 @@ +