From 4e13584a74c860f9fa8fd2d6aee3021fe6bb6b77 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 11 四月 2023 20:07:26 +0800 Subject: [PATCH] 对象建模 --- Source/UBCS-WEB/src/views/tool/code.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/UBCS-WEB/src/views/tool/code.vue b/Source/UBCS-WEB/src/views/tool/code.vue index f8d5740..d179dec 100644 --- a/Source/UBCS-WEB/src/views/tool/code.vue +++ b/Source/UBCS-WEB/src/views/tool/code.vue @@ -124,7 +124,7 @@ search: true, span: 24, type: "select", - dicUrl: "/api/blade-develop/model/select", + dicUrl: "/api/ubcs-develop/model/select", props: { label: "modelName", value: "id" @@ -227,7 +227,7 @@ label: "瀛愯〃妯″瀷", prop: "subModelId", type: "select", - dicUrl: "/api/blade-develop/model/select", + dicUrl: "/api/ubcs-develop/model/select", props: { label: "modelName", value: "id" @@ -289,7 +289,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤BladeX灏佽鐨凚aseService瑙i攣鏇村鍔熻兘', prop: "baseMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" @@ -308,7 +308,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤Wrapper鍖呰鍣ㄦ潵鎷撳睍Controller杩斿洖鍒楄〃鐨勫瓧娈�', prop: "wrapMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" @@ -327,7 +327,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤Feign杩滅▼璋冪敤', prop: "feignMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" -- Gitblit v1.9.3