diff --git a/src/setting.js b/src/setting.js index 1ba8842..b2dad47 100644 --- a/src/setting.js +++ b/src/setting.js @@ -9,7 +9,7 @@ const isPro = url.includes('huorantech'); //正式服 let jumpPath = ""; let host = ""; if (isDev) { - // jumpPath = "http://124.71.12.62/judgmentPoint/"; + // jumpPath = "http://www.huorantech.cn/judgmentPoint/"; jumpPath = "http://39.108.250.202/judgmentPoint/"; // jumpPath = "http://192.168.31.254:8087/"; // 本地调试-需要启动本地判分点系统 // host = "http://www.huorantech.cn:9000/";//线上 diff --git a/src/views/data/Introduce.vue b/src/views/data/Introduce.vue index 04693c6..449561c 100644 --- a/src/views/data/Introduce.vue +++ b/src/views/data/Introduce.vue @@ -47,7 +47,7 @@
取 消 - 确 定 + 确 定
@@ -148,6 +148,7 @@ export default { }, // 保存数据介绍和数据源 saveType(){ + const id = this.categoryId // 获取当前分类id this.$post(this.api.updateCategory,{ id, @@ -158,7 +159,7 @@ export default { this.introduceText = this.introduce this.editing = false this.edited = true - this.getData() + // this.getData() }).catch(res => {}) }, // 删除关键词