diff --git a/src/setting.js b/src/setting.js index d0316de..280e21b 100644 --- a/src/setting.js +++ b/src/setting.js @@ -12,8 +12,8 @@ if (isDev) { // jumpPath = "http://39.108.250.202/judgmentPoint/"; jumpPath = "http://192.168.31.154:8087/"; // 本地调试-需要启动本地判分点系统 - host = "http://39.108.250.202:9000"; - // host = 'http://192.168.31.151:9000'// 榕 + // host = "http://39.108.250.202:9000"; + host = 'http://192.168.31.151:9000'// 榕 // host = 'http://192.168.31.125:9000'// 坤 // host = 'http://192.168.31.137:9000'// 赓 } else if (isTest) { @@ -29,6 +29,7 @@ const Setting = { /** * 基础配置 * */ + platformId: 3, // 平台标识,1职站,2数据平台,3中台 jumpPath, // 判分点系统跳转路径前缀 host, // 请求路径前缀 }; diff --git a/src/utils/api.js b/src/utils/api.js index aaa4b3b..387d4da 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -160,6 +160,7 @@ export default { previewData: `${host}/data/data/preview`, staticPreview: `${host}/data/data/staticPreview`, editTableName: `${host}/data/data/table/editTableName`, + updateTableCommit: `${host}/data/data/updateTableCommit`, // 产品管理 deleteProduct: `${host}/data/data/product/delete`, @@ -168,7 +169,9 @@ export default { saveProduct: `${host}/data/data/product/save`, updateProduct: `${host}/data/data/product/update`, saveRecord: `${host}/data/data/dataRecord/saveRecord`, + + // 关键词 addKeyword: `${host}/data/keyword/addKeyword`, deleteKeyword: `${host}/data/keyword/deleteKeyword`, - getKeywordByTableId: `${host}/data/keyword/getKeywordByTableId` + getKeywordByCategoryId: `${host}/data/keyword/getKeywordByCategoryId` }; \ No newline at end of file diff --git a/src/views/customer/AddCustomer.vue b/src/views/customer/AddCustomer.vue index 6012266..2dd3698 100644 --- a/src/views/customer/AddCustomer.vue +++ b/src/views/customer/AddCustomer.vue @@ -28,33 +28,30 @@ - - - - + + + - - - - - - - - + + + - - - + + + + - - - + + + + + @@ -64,31 +61,24 @@ - - - - + + + - - - - + + + - - - - - + + - - - - + + diff --git a/src/views/data/Framework.vue b/src/views/data/Framework.vue index eee9105..de071d7 100644 --- a/src/views/data/Framework.vue +++ b/src/views/data/Framework.vue @@ -9,7 +9,7 @@ {{ node.label }} - + @@ -33,19 +33,27 @@ - - - - + + + + + + + + - - + + @@ -111,6 +119,32 @@ + + + + + 取 消 + 确 定 + + + + + + + + + + + + 取 消 + 确 定 + +