diff --git a/back/public/config/basicConfig.js b/back/public/config/basicConfig.js
index 1f847ce8..091d9be3 100644
--- a/back/public/config/basicConfig.js
+++ b/back/public/config/basicConfig.js
@@ -1,8 +1,8 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2022-08-25 14:37:49
- * @LastEditors: Light
- * @LastEditTime: 2022-11-01 09:20:12
+ * @LastEditors: hisense.wuhongjian
+ * @LastEditTime: 2022-11-01 15:37:21
* @Description: 告诉大家这是什么
*/
var _global = {}
@@ -43,8 +43,8 @@ var CONFIGITEM = {
},
dev: {
previewUrl: 'http://localhost:8080/',
- apiURL: 'http://192.168.124.243:8888/ucs-admin',
- websocketURL: 'ws://192.168.124.243:8888/ucs-admin/websocket'
+ apiURL: 'http://192.168.124.236:8888/ucs-admin',
+ websocketURL: 'ws://192.168.243.236:8888/ucs-admin/websocket'
}
}
}
diff --git a/back/src/i18n/zh-CN.js b/back/src/i18n/zh-CN.js
index acefdd06..8901b962 100644
--- a/back/src/i18n/zh-CN.js
+++ b/back/src/i18n/zh-CN.js
@@ -3,8 +3,8 @@ const t = {}
t.loading = '加载中...'
t.brand = {}
-t.brand.lg = '能力管理中心'
-t.brand.mini = '一体化综合指挥'
+t.brand.lg = '生态运营平台'
+t.brand.mini = '政务信息系统'
t.add = '新增'
t.delete = '删除'
@@ -576,4 +576,4 @@ t.infrastructure.street = '所在街道'
t.infrastructure.department = '所属部门'
t.infrastructure.associatedApplication = '关联应用'
-export default t
+export default t
\ No newline at end of file
diff --git a/back/src/i18n/zh-TW.js b/back/src/i18n/zh-TW.js
index 55803337..ab7786c5 100644
--- a/back/src/i18n/zh-TW.js
+++ b/back/src/i18n/zh-TW.js
@@ -3,10 +3,8 @@ const t = {}
t.loading = '加載中...'
t.brand = {}
- // t.brand.lg = '能力管理中心'
- // t.brand.mini = '一体化综合指挥'
-t.brand.lg = '通用服务平台'
-t.brand.mini = '城市云脑'
+t.brand.lg = '生态运营平台'
+t.brand.mini = '政务信息系统'
t.add = '新增'
t.delete = '刪除'
diff --git a/back/src/utils/request.js b/back/src/utils/request.js
index 5e057959..14820e3c 100644
--- a/back/src/utils/request.js
+++ b/back/src/utils/request.js
@@ -14,7 +14,7 @@ import isPlainObject from 'lodash/isPlainObject'
const http = axios.create({
baseURL: window.SITE_CONFIG.apiURL,
- // baseURL: 'http://15.2.21.238:8888/renren-admin/',
+ // baseURL: 'http://15.2.21.238:8888/ucs-admin/',
timeout: 1000 * 180,
withCredentials: true
})
diff --git a/back/src/views/main-navbar.vue b/back/src/views/main-navbar.vue
index 0df84d2c..56ceb43b 100644
--- a/back/src/views/main-navbar.vue
+++ b/back/src/views/main-navbar.vue
@@ -12,7 +12,7 @@
$t("brand.lg")
}}
——
- 后台管理系统
+ 能力知识库
diff --git a/back/src/views/modules/ability/bsabilityai.vue b/back/src/views/modules/ability/bsabilityai.vue
index 5c408fe9..571373df 100644
--- a/back/src/views/modules/ability/bsabilityai.vue
+++ b/back/src/views/modules/ability/bsabilityai.vue
@@ -29,7 +29,7 @@
-->
上架盘点入库
@@ -48,7 +48,6 @@
v-loading="dataListLoading"
:data="dataList"
border
- style="width: 100%"
height="650px"
@selection-change="handleSelectionChange"
>
@@ -60,7 +59,6 @@
>
-
+
+
{{ $t('update') }}
- {{ $t('delete') }}
+ > -->
详情
- 设置标签化
@@ -294,7 +302,7 @@ export default {
orderField: 'total',
orderType: 'DESC',
pageNum: this.currentPage,
- pageSize: 15,
+ pageSize: 10,
type: '组件服务',
};
this.$http.post(`/resource/pageWithAttrs`, params).then((res) => {
diff --git a/back/src/views/modules/ability/bsabilityservice.vue b/back/src/views/modules/ability/bsabilityservice.vue
index dc2ec6a9..5df46152 100644
--- a/back/src/views/modules/ability/bsabilityservice.vue
+++ b/back/src/views/modules/ability/bsabilityservice.vue
@@ -31,7 +31,7 @@
上架盘点入库
@@ -51,7 +51,6 @@
:data="dataList"
border
@selection-change="dataListSelectionChangeHandle"
- style="width: 100%"
height="650px"
>
-
-
+
+
+
-
+
-
-
+
{{ $t("update") }}
- {{ $t("delete") }}
详情
@@ -152,30 +144,7 @@
type="text"
size="small"
@click="applyAndAssembly(scope.row)"
- >应用与GIS图层
- 应用与数据
- 应用与项目
- 应用与视频资源
- 设置标签化
diff --git a/back/src/views/modules/ability/businessComponents.vue b/back/src/views/modules/ability/businessComponents.vue
index 690ff7d5..3680f180 100644
--- a/back/src/views/modules/ability/businessComponents.vue
+++ b/back/src/views/modules/ability/businessComponents.vue
@@ -29,7 +29,7 @@
-->
上架盘点入库
@@ -48,7 +48,6 @@
v-loading="dataListLoading"
:data="dataList"
border
- style="width: 100%"
height="650px"
@selection-change="handleSelectionChange"
>
@@ -60,37 +59,47 @@
>
-
+
+
{{ $t('update') }}
- {{ $t('delete') }}
+ > -->
详情
- 设置标签化
@@ -294,7 +302,7 @@ export default {
orderField: 'total',
orderType: 'DESC',
pageNum: this.currentPage,
- pageSize: 15,
+ pageSize: 10,
type: '组件服务',
};
this.$http.post(`/resource/pageWithAttrs`, params).then((res) => {
@@ -302,13 +310,12 @@ export default {
this.total = parseInt(res.data.data.total);
})
},
- //翻页
handleCurrentChange (val) {
console.log('val------------>', val)
this.currentPage = val;
this.getDataList();
},
- //删除,可以批量删除
+ //删除,可以批量删除
deleteHandle2 (id) {
console.log('删除========================》', id, this.dataListSelections)
const ids = []
@@ -326,7 +333,7 @@ export default {
this.getDataList()
})
},
- //多选多选
+ //多选多选
handleSelectionChange(val){
this.dataListSelections = val;
},
@@ -348,7 +355,7 @@ export default {
})
},
reset () {
- this.getDataList();
+ this.getDataList();
},
findValue (list, type) {
const found = list.find((item) => item.attrType === type)
@@ -513,6 +520,7 @@ export default {
this.$message.error('查询信息不能为空')
}
},
+ // fullScreen () {
// if (window.outerHeight === screen.availHeight) {
// if (window.outerWidth === screen.availWidth) {
// this.qp = false
diff --git a/back/src/views/modules/ability/commonCapabilities.vue b/back/src/views/modules/ability/commonCapabilities.vue
index 7b11f9e0..28c1e7dc 100644
--- a/back/src/views/modules/ability/commonCapabilities.vue
+++ b/back/src/views/modules/ability/commonCapabilities.vue
@@ -5,7 +5,7 @@
@@ -29,7 +29,7 @@
-->
上架盘点入库
@@ -48,7 +48,6 @@
v-loading="dataListLoading"
:data="dataList"
border
- style="width: 100%"
height="650px"
@selection-change="handleSelectionChange"
>
@@ -60,37 +59,36 @@
>
-
+ > -->
{{ $t('update') }}
- {{ $t('delete') }}
+ > -->
详情
- 设置标签化
@@ -294,7 +292,7 @@ export default {
orderField: 'total',
orderType: 'DESC',
pageNum: this.currentPage,
- pageSize: 15,
+ pageSize: 10,
type: '组件服务',
};
this.$http.post(`/resource/pageWithAttrs`, params).then((res) => {
@@ -307,7 +305,7 @@ export default {
this.currentPage = val;
this.getDataList();
},
- //删除,可以批量删除
+ //删除,可以批量删除
deleteHandle2 (id) {
console.log('删除========================》', id, this.dataListSelections)
const ids = []
@@ -325,7 +323,7 @@ export default {
this.getDataList()
})
},
- //多选多选
+ //多选多选
handleSelectionChange(val){
this.dataListSelections = val;
},
@@ -347,7 +345,7 @@ export default {
})
},
reset () {
- this.getDataList();
+ this.getDataList();
},
findValue (list, type) {
const found = list.find((item) => item.attrType === type)
@@ -512,6 +510,7 @@ export default {
this.$message.error('查询信息不能为空')
}
},
+ // fullScreen () {
// if (window.outerHeight === screen.availHeight) {
// if (window.outerWidth === screen.availWidth) {
// this.qp = false
diff --git a/back/src/views/modules/ability/shipinziyuan.vue b/back/src/views/modules/ability/shipinziyuan.vue
index 3e2d31dc..d39f3da2 100644
--- a/back/src/views/modules/ability/shipinziyuan.vue
+++ b/back/src/views/modules/ability/shipinziyuan.vue
@@ -77,12 +77,6 @@
width="150"
>
- 详情
修改
详情
+
+
设置标签标签化
@@ -211,9 +212,9 @@ export default {
"e": "市南区"
},
{
- "a": "青岛一建青岛公共卫生中心大门",
+ "a": "一建公共卫生中心大门",
"b": "101_37020201581314000519",
- "c": "青岛一建青岛公共卫生中心",
+ "c": "一建公共卫生中心",
"d": "市住房城乡建设局",
"e": "市南区"
},
diff --git a/back/src/views/modules/ability/shujuziyuan.vue b/back/src/views/modules/ability/shujuziyuan.vue
index ca345074..c63e97f8 100644
--- a/back/src/views/modules/ability/shujuziyuan.vue
+++ b/back/src/views/modules/ability/shujuziyuan.vue
@@ -19,7 +19,7 @@
上架盘点入库
@@ -52,19 +52,19 @@
>
@@ -76,13 +76,8 @@
align="center"
width="150"
>
+
- 详情
修改
详情
+
+
设置标签标签化
@@ -220,71 +222,71 @@ export default {
"a": "供水营业网点信息",
"b": "307013109015000204",
"c": "供水营业网点信息",
- "d": "青岛西海岸新区城市管理局(区水务局)",
- "e ": "2022-10-28"
+ "d": "西海岸新区城市管理局(区水务局)",
+ "e": "张虎"
},
{
"a": "新建体育公园、笼式场地",
"b": "307013100673000036",
"c": "新建体育公园、笼式场地",
- "d": "青岛市体育局",
- "e ": "2022-10-28"
+ "d": "体育局",
+ "e": "张虎"
},
{
"a": "西海岸新区供水领域自然人欠费信息",
"b": "307013109015000211",
"c": "西海岸新区供水领域自然人欠费信息",
- "d": "青岛西海岸新区城市管理局(区水务局)",
- "e ": "2022-10-28"
+ "d": "西海岸新区城市管理局(区水务局)",
+ "e": "李阳"
},
{
- "a": "青岛西海岸新区交通运输局",
+ "a": "西海岸新区交通运输局",
"b": "307013109071000108",
"c": "公交站点查询",
- "d": "青岛西海岸新区交通运输局",
- "e ": "2022-10-27"
+ "d": "西海岸新区交通运输局",
+ "e": "李阳"
},
{
"a": "全市主要经济指标",
"b": "307013107004000062",
"c": "胶州市国民经济分行业数据",
"d": "胶州市统计局",
- "e ": "2022-10-13"
+ "e": "李阳"
},
{
"a": "乡村之星信息",
"b": "307013100000000187",
"c": "乡村之星信息",
- "d": "青岛市农业农村局",
- "e ": "2022-10-13"
+ "d": "农业农村局",
+ "e": "李阳"
},
{
"a": "建设项目环境影响评价审批信息",
"b": "307013107777000033",
"c": "建设单位、建设项目、审批文号",
- "d": "青岛市生态环境局胶州分局",
- "e ": "2022-10-13"
+ "d": "生态环境局胶州分局",
+ "e": "王二生"
},
{
"a": "新时代文明实践阵地信息表",
"b": "307013108760000022",
"c": "镇街、阵地名称、专管员、联系电话",
"d": "莱西市夏格庄镇人民政府",
- "e ": "2022-09-29"
+ "e": "王二生"
},
{
"a": "泊里镇非物质文化遗产信息",
"b": "307013109000000067",
"c": "泊里镇非物质文化遗产的名称、简介等信息",
- "d": "青岛市黄岛区泊里镇人民政府",
- "e ": "2022-10-11"
+ "d": "黄岛区泊里镇人民政府",
+ "e": "王二生"
},
{
"a": "人才住房建设情况",
"b": "307013100482000025",
"c": "人才住房项目数量、人才住房房屋套数、人才住房面积、人才住房目标任务房屋套数、人才住房房屋总面积",
- "d": "青岛市住房和城乡建设局",
- "e ": "2022-09-18"
+ "d": "住房和城乡建设局",
+ "e": "王二生"
}
],
diff --git a/back/src/views/modules/sys/log-data-modification-log.vue b/back/src/views/modules/sys/log-data-modification-log.vue
index a482cea2..b9cb1e34 100644
--- a/back/src/views/modules/sys/log-data-modification-log.vue
+++ b/back/src/views/modules/sys/log-data-modification-log.vue
@@ -52,15 +52,15 @@
>
diff --git a/front/src/api/file.js b/front/src/api/file.js
index b4f0d1ce..4640320c 100644
--- a/front/src/api/file.js
+++ b/front/src/api/file.js
@@ -128,7 +128,7 @@ export function initiateMeet(data) {
// data: data,
// })
return axios.post(
- 'http://10.134.135.92:8888/renren-admin/enke/initiateMeet',
+ 'http://10.134.135.92:8888/ucs-admin/enke/initiateMeet',
data,
config2
)
diff --git a/front/src/config/default/setting.config.js b/front/src/config/default/setting.config.js
index 204825b6..6e1d2218 100644
--- a/front/src/config/default/setting.config.js
+++ b/front/src/config/default/setting.config.js
@@ -23,9 +23,9 @@ const setting = {
// baseURL: 'mock-server',
// 请求接口
// 丁港
- baseURL: 'http://15.72.183.90:8000/renren-admin',
- // : 'http://15.2.21.238:8888/renren-admin/',
- // 'http://15.72.183.90:8000/renren-admin',
+ baseURL: 'http://15.72.183.90:8000/ucs-admin',
+ // : 'http://15.2.21.238:8888/ucs-admin/',
+ // 'http://15.72.183.90:8000/ucs-admin',
// 黄工
// baseURL:
// process.env.NODE_ENV === 'development'
diff --git a/front/vue.config.js b/front/vue.config.js
index efe1ac52..f63c3cc4 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -74,12 +74,12 @@ module.exports = {
// // },
// // 注释掉的地方是前端配置代理访问后端的示例
// proxy: {
- // '/renren-admin': {
+ // '/ucs-admin': {
// target: `http://15.2.21.238:8888`,
// // ws: true,
// changeOrigin: true,
// // pathRewrite: {
- // // '^/': '/renren-admin/',
+ // // '^/': '/ucs-admin/',
// // },
// },
// },