diff --git a/.env.development b/.env.development index e715e4d..c7b9d36 100644 --- a/.env.development +++ b/.env.development @@ -6,4 +6,4 @@ VUE_APP_API_SERVER = http://localhost:7099/api VUE_APP_NODE_ENV=dev #项目根路径 -VUE_APP_PUBLIC_PATH=lingshan-oper \ No newline at end of file +VUE_APP_PUBLIC_PATH=epmet-oper-gov \ No newline at end of file diff --git a/.env.production b/.env.production index 1f550cb..3a15fe9 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_API_SERVER = https://lingshan-smps.elinkservice.cn/api VUE_APP_NODE_ENV=prod -VUE_APP_PUBLIC_PATH=lingshan-oper +VUE_APP_PUBLIC_PATH=epmet-oper-gov diff --git a/.env.production.sit b/.env.production.sit index 43416a8..74014a7 100644 --- a/.env.production.sit +++ b/.env.production.sit @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_API_SERVER = http://119.167.72.91/api VUE_APP_NODE_ENV=prod:sit -VUE_APP_PUBLIC_PATH=lingshan-oper \ No newline at end of file +VUE_APP_PUBLIC_PATH=epmet-oper-gov \ No newline at end of file diff --git a/.env.production.uat b/.env.production.uat index 87eaf1c..dae0bf2 100644 --- a/.env.production.uat +++ b/.env.production.uat @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_API_SERVER = http://119.167.72.91/api VUE_APP_NODE_ENV=prod:uat -VUE_APP_PUBLIC_PATH=lingshan-oper \ No newline at end of file +VUE_APP_PUBLIC_PATH=epmet-oper-gov \ No newline at end of file diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 993f4b0..fdad4bf 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -3,10 +3,10 @@ const t = {} t.loading = '加载中...' t.brand = {} -t.brand.lg = '数字社区综合服务平台' -t.brand.mini = '数字' -t.brand.work = '数字社区综合服务平台' -t.brand.workMini = '工作端' +t.brand.lg = '灵山街道乡村治理智慧管理平台' +t.brand.mini = '灵山' +t.brand.work = '灵山街道乡村治理智慧管理平台' +t.brand.workMini = '灵山' t.add = '新增' t.delete = '删除' diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index 362cd5f..159dc60 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -1,869 +1,1178 @@ diff --git a/src/views/modules/cpts/base/index.vue b/src/views/modules/cpts/base/index.vue index 6d0e3b7..94d54f9 100644 --- a/src/views/modules/cpts/base/index.vue +++ b/src/views/modules/cpts/base/index.vue @@ -1,261 +1,364 @@ diff --git a/src/views/modules/lingshan/djyl/hsdb/dbfw.vue b/src/views/modules/lingshan/djyl/hsdb/dbfw.vue new file mode 100644 index 0000000..cb388fa --- /dev/null +++ b/src/views/modules/lingshan/djyl/hsdb/dbfw.vue @@ -0,0 +1,298 @@ + + + + + diff --git a/src/views/modules/lingshan/djyl/hsdb/dby.vue b/src/views/modules/lingshan/djyl/hsdb/dby.vue new file mode 100644 index 0000000..cb388fa --- /dev/null +++ b/src/views/modules/lingshan/djyl/hsdb/dby.vue @@ -0,0 +1,298 @@ + + + + + diff --git a/src/views/modules/lingshan/shzl/mapConfig.vue b/src/views/modules/lingshan/shzl/mapConfig.vue index 82d0edd..bfe526f 100644 --- a/src/views/modules/lingshan/shzl/mapConfig.vue +++ b/src/views/modules/lingshan/shzl/mapConfig.vue @@ -304,7 +304,8 @@ const vueGis = { method: "", //绘制方法 centerPoint: [], //中心点位置 zoom: 14, //缩放范围:区14 - minZoom: 1, //最小缩放 + minZoom: 6, //最小缩放 + maxZoom: 18, isMapLoaded: false, //地图是否加载完毕 orgData: {}, //当前组织对象 @@ -700,6 +701,7 @@ const vueGis = { projection: "EPSG:4326", zoom: this.zoom, minZoom: this.minZoom, + maxZoom: this.maxZoom, })), //初始化map和地图底图 //创建地图容器 diff --git a/src/views/modules/lingshan/xtgl/articleCategory.vue b/src/views/modules/lingshan/xtgl/articleCategory.vue index 7ed9220..f7aaf6b 100644 --- a/src/views/modules/lingshan/xtgl/articleCategory.vue +++ b/src/views/modules/lingshan/xtgl/articleCategory.vue @@ -113,13 +113,22 @@ class="div-table-button--edit" >修改 - 删除 + 删除 + diff --git a/vue.config.js b/vue.config.js index 7c94022..227c70e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,7 +3,7 @@ */ const IS_PROD = ['production', 'test'].includes(process.env.NODE_ENV) module.exports = { - baseUrl: process.env.NODE_ENV === 'production' ? '' : '/lingshan-oper', + baseUrl: process.env.NODE_ENV === 'production' ? '' : '/epmet-oper-gov', css: { // 是否使用css分离插件 ExtractTextPlugin extract: IS_PROD, @@ -23,7 +23,7 @@ module.exports = { .loader('svg-sprite-loader') }, productionSourceMap: false, - outputDir: 'dist', + outputDir: 'epmet-oper-gov', assetsDir: 'static', devServer: { open: true,