diff --git a/.env.development b/.env.development index 4f94849..23d1373 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8888/jeecg-boot +VUE_APP_API_BASE_URL=http://82.157.76.162:8888/jeecg-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/.env.production b/.env.production index 5e82bea..eb82cdf 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://localhost:8888/jeecg-boot -VUE_APP_CAS_BASE_URL=http://localhost:8888/cas +VUE_APP_API_BASE_URL=http://82.157.76.162:8888/jeecg-boot +VUE_APP_CAS_BASE_URL=http://82.157.76.162:8888/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file diff --git a/package.json b/package.json index 8f214c7..c6f0f27 100644 --- a/package.json +++ b/package.json @@ -10,42 +10,43 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@jeecg/antd-online-mini": "3.4.3-beta2", - "ant-design-vue": "^1.7.2", "@antv/data-set": "^0.11.4", - "viser-vue": "^2.4.8", + "@jeecg/antd-online-mini": "3.4.3-beta2", + "@tinymce/tinymce-vue": "2.1.0", + "@toast-ui/editor": "^2.1.2", + "ant-design-vue": "^1.7.2", "axios": "^0.18.0", + "china-area-data": "^5.0.1", + "clipboard": "^2.0.4", + "codemirror": "^5.46.0", + "cron-parser": "^2.10.0", "dayjs": "^1.8.0", + "dom-align": "1.12.0", + "echarts": "^5.4.3", "enquire.js": "^2.1.6", "js-cookie": "^2.2.0", "lodash.get": "^4.4.2", "lodash.pick": "^4.4.0", "md5": "^2.2.1", "nprogress": "^0.2.0", + "qiankun": "^2.5.1", + "tinymce": "5.4.1", + "viser-vue": "^2.4.8", "vue": "^2.6.10", + "vue-area-linkage": "^5.1.0", "vue-cropper": "^0.5.4", "vue-i18n": "^8.7.0", "vue-loader": "^15.7.0", "vue-ls": "^3.2.0", - "vue-router": "^3.0.1", - "vuex": "^3.1.0", - "vue-print-nb-jeecg": "^1.0.12", - "clipboard": "^2.0.4", "vue-photo-preview": "^1.1.3", + "vue-print-nb-jeecg": "^1.0.12", + "vue-router": "^3.0.1", "vue-splitpane": "^1.0.4", "vuedraggable": "^2.20.0", - "codemirror": "^5.46.0", - "@tinymce/tinymce-vue": "2.1.0", - "tinymce": "5.4.1", - "@toast-ui/editor": "^2.1.2", - "vue-area-linkage": "^5.1.0", - "china-area-data": "^5.0.1", - "dom-align": "1.12.0", - "xe-utils": "2.4.8", + "vuex": "^3.1.0", "vxe-table": "2.9.13", "vxe-table-plugin-antd": "1.8.10", - "cron-parser": "^2.10.0", - "qiankun": "^2.5.1", + "xe-utils": "2.4.8", "xss": "^1.0.13" }, "devDependencies": { @@ -55,13 +56,13 @@ "@vue/cli-service": "^3.3.0", "@vue/eslint-config-standard": "^4.0.0", "babel-eslint": "7.2.3", + "compression-webpack-plugin": "^3.1.0", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.1.0", + "html-webpack-plugin": "^4.2.0", "less": "^3.9.0", "less-loader": "^4.1.0", - "vue-template-compiler": "^2.6.10", - "html-webpack-plugin": "^4.2.0", - "compression-webpack-plugin": "^3.1.0" + "vue-template-compiler": "^2.6.10" }, "eslintConfig": { "root": true, diff --git a/public/index.html b/public/index.html index 0dc3db7..7802177 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - 计科院ERP系统 + 计算机学院资源管理系统 diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index 5a5d627..151337b 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -183,7 +183,7 @@ * @param title 要修改的新标题 */ changeTitle(title) { - let projectTitle = "计科院ERP系统" + let projectTitle = "计算机学院资源管理系统" // 首页特殊处理 if (this.$route.path === indexKey) { document.title = projectTitle diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue index 27d616f..c7da616 100644 --- a/src/components/layouts/UserLayout.vue +++ b/src/components/layouts/UserLayout.vue @@ -6,7 +6,7 @@
- 计科院ERP系统 + 计算机学院资源管理系统
diff --git a/src/components/page/GlobalHeader.vue b/src/components/page/GlobalHeader.vue index 0442932..0e3ec3c 100644 --- a/src/components/page/GlobalHeader.vue +++ b/src/components/page/GlobalHeader.vue @@ -17,7 +17,7 @@ :type="collapsed ? 'menu-unfold' : 'menu-fold'" @click="toggle"/> - 欢迎进入 计科院ERP系统 + 欢迎进入 计算机学院资源管理系统 Jeecg-Boot diff --git a/src/components/tools/Logo.vue b/src/components/tools/Logo.vue index 03c368b..365a8e9 100644 --- a/src/components/tools/Logo.vue +++ b/src/components/tools/Logo.vue @@ -21,7 +21,7 @@ props: { title: { type: String, - default: '计科院ERP系统', + default: '资源管理系统', required: false }, showTitle: { @@ -38,6 +38,9 @@ } \ No newline at end of file diff --git a/src/views/rms/FurnitureList/RmsFurnitureList.vue b/src/views/rms/FurnitureList/RmsFurnitureList.vue new file mode 100644 index 0000000..0ba8b9a --- /dev/null +++ b/src/views/rms/FurnitureList/RmsFurnitureList.vue @@ -0,0 +1,327 @@ + + + + \ No newline at end of file diff --git a/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue b/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue new file mode 100644 index 0000000..b0e1db1 --- /dev/null +++ b/src/views/rms/FurnitureList/modules/RmsFurnitureForm.vue @@ -0,0 +1,253 @@ + + + \ No newline at end of file diff --git a/src/views/rms/FurnitureList/modules/RmsFurnitureModal.Style#Drawer.vue b/src/views/rms/FurnitureList/modules/RmsFurnitureModal.Style#Drawer.vue new file mode 100644 index 0000000..3d115d9 --- /dev/null +++ b/src/views/rms/FurnitureList/modules/RmsFurnitureModal.Style#Drawer.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/src/views/rms/FurnitureList/modules/RmsFurnitureModal.vue b/src/views/rms/FurnitureList/modules/RmsFurnitureModal.vue new file mode 100644 index 0000000..919d2b9 --- /dev/null +++ b/src/views/rms/FurnitureList/modules/RmsFurnitureModal.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/src/views/rms/InstrumentList/RmsInstrumentList.vue b/src/views/rms/InstrumentList/RmsInstrumentList.vue new file mode 100644 index 0000000..a73b074 --- /dev/null +++ b/src/views/rms/InstrumentList/RmsInstrumentList.vue @@ -0,0 +1,338 @@ + + + + \ No newline at end of file diff --git a/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue b/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue new file mode 100644 index 0000000..0f6f860 --- /dev/null +++ b/src/views/rms/InstrumentList/modules/RmsInstrumentForm.vue @@ -0,0 +1,233 @@ + + + \ No newline at end of file diff --git a/src/views/rms/InstrumentList/modules/RmsInstrumentModal.Style#Drawer.vue b/src/views/rms/InstrumentList/modules/RmsInstrumentModal.Style#Drawer.vue new file mode 100644 index 0000000..0c4f142 --- /dev/null +++ b/src/views/rms/InstrumentList/modules/RmsInstrumentModal.Style#Drawer.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/src/views/rms/InstrumentList/modules/RmsInstrumentModal.vue b/src/views/rms/InstrumentList/modules/RmsInstrumentModal.vue new file mode 100644 index 0000000..496b51a --- /dev/null +++ b/src/views/rms/InstrumentList/modules/RmsInstrumentModal.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/src/views/rms/IntangibleList/RmsIntangibleList.vue b/src/views/rms/IntangibleList/RmsIntangibleList.vue new file mode 100644 index 0000000..ddda297 --- /dev/null +++ b/src/views/rms/IntangibleList/RmsIntangibleList.vue @@ -0,0 +1,365 @@ + + + + \ No newline at end of file diff --git a/src/views/rms/IntangibleList/modules/RmsIntangibleForm.vue b/src/views/rms/IntangibleList/modules/RmsIntangibleForm.vue new file mode 100644 index 0000000..c2cfe7f --- /dev/null +++ b/src/views/rms/IntangibleList/modules/RmsIntangibleForm.vue @@ -0,0 +1,268 @@ + + + \ No newline at end of file diff --git a/src/views/rms/IntangibleList/modules/RmsIntangibleModal.Style#Drawer.vue b/src/views/rms/IntangibleList/modules/RmsIntangibleModal.Style#Drawer.vue new file mode 100644 index 0000000..e098971 --- /dev/null +++ b/src/views/rms/IntangibleList/modules/RmsIntangibleModal.Style#Drawer.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/src/views/rms/IntangibleList/modules/RmsIntangibleModal.vue b/src/views/rms/IntangibleList/modules/RmsIntangibleModal.vue new file mode 100644 index 0000000..60f8ee5 --- /dev/null +++ b/src/views/rms/IntangibleList/modules/RmsIntangibleModal.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/src/views/rms/LocationList/RmsLocationList.vue b/src/views/rms/LocationList/RmsLocationList.vue new file mode 100644 index 0000000..e64152b --- /dev/null +++ b/src/views/rms/LocationList/RmsLocationList.vue @@ -0,0 +1,150 @@ + + + + \ No newline at end of file diff --git a/src/views/rms/LocationList/modules/RmsLocationForm.vue b/src/views/rms/LocationList/modules/RmsLocationForm.vue new file mode 100644 index 0000000..6169d70 --- /dev/null +++ b/src/views/rms/LocationList/modules/RmsLocationForm.vue @@ -0,0 +1,128 @@ + + + \ No newline at end of file diff --git a/src/views/rms/LocationList/modules/RmsLocationModal.Style#Drawer.vue b/src/views/rms/LocationList/modules/RmsLocationModal.Style#Drawer.vue new file mode 100644 index 0000000..4c75d90 --- /dev/null +++ b/src/views/rms/LocationList/modules/RmsLocationModal.Style#Drawer.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/src/views/rms/LocationList/modules/RmsLocationModal.vue b/src/views/rms/LocationList/modules/RmsLocationModal.vue new file mode 100644 index 0000000..f29ef5d --- /dev/null +++ b/src/views/rms/LocationList/modules/RmsLocationModal.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/src/views/rms/components/locationaTree.vue b/src/views/rms/components/locationaTree.vue new file mode 100644 index 0000000..f1174fa --- /dev/null +++ b/src/views/rms/components/locationaTree.vue @@ -0,0 +1,141 @@ + + + \ No newline at end of file diff --git a/src/views/user/oauth2/OAuth2Login.vue b/src/views/user/oauth2/OAuth2Login.vue index 08b01bd..d8243e9 100644 --- a/src/views/user/oauth2/OAuth2Login.vue +++ b/src/views/user/oauth2/OAuth2Login.vue @@ -4,7 +4,7 @@
-
正在登录 计科院ERP系统,请耐心等待
+
正在登录 计算机学院资源管理系统,请耐心等待
diff --git a/yarn.lock b/yarn.lock index 8d8259f..c985a11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4573,6 +4573,14 @@ ecc-jsbn@~0.1.1: jsbn "~0.1.0" safer-buffer "^2.1.0" +echarts@^5.4.3: + version "5.4.3" + resolved "https://registry.npmmirror.com/echarts/-/echarts-5.4.3.tgz#f5522ef24419164903eedcfd2b506c6fc91fb20c" + integrity sha512-mYKxLxhzy6zyTi/FaEbJMOZU1ULGEQHaeIeuMR5L+JnJTpz+YR03mnnpBhbR4+UYJAgiXgpyTVLffPAjOTLkZA== + dependencies: + tslib "2.3.0" + zrender "5.4.4" + ee-first@1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" @@ -11019,6 +11027,11 @@ tsconfig-paths@^3.9.0: minimist "^1.2.0" strip-bom "^3.0.0" +tslib@2.3.0: + version "2.3.0" + resolved "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" + integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== + tslib@^1.10.0, tslib@^1.9.0: version "1.13.0" resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" @@ -12081,3 +12094,10 @@ yorkie@^2.0.0: is-ci "^1.0.10" normalize-path "^1.0.0" strip-indent "^2.0.0" + +zrender@5.4.4: + version "5.4.4" + resolved "https://registry.npmmirror.com/zrender/-/zrender-5.4.4.tgz#8854f1d95ecc82cf8912f5a11f86657cb8c9e261" + integrity sha512-0VxCNJ7AGOMCWeHVyTrGzUgrK4asT4ml9PEkeGirAkKNYXYzoPJCLvmyfdoOXcjTHPs10OZVMfD1Rwg16AZyYw== + dependencies: + tslib "2.3.0"