diff --git a/GoEasyDesigner/frontend/src/components/boxs/td/Button/ButtonAttr.vue b/GoEasyDesigner/frontend/src/components/boxs/td/Button/ButtonAttr.vue index 591fda0..fd69929 100644 --- a/GoEasyDesigner/frontend/src/components/boxs/td/Button/ButtonAttr.vue +++ b/GoEasyDesigner/frontend/src/components/boxs/td/Button/ButtonAttr.vue @@ -118,11 +118,7 @@ let enventNames = ref([ onMounted(() => { - console.log("ButtonAttr.vue onMounted"); - console.log("--",localStorage.getItem("locale") ); - if (localStorage.getItem("locale") === "English") { - console.log("英语"); shapeOptions.value.forEach((item) => { item.label = item.value; }); diff --git a/GoEasyDesigner/frontend/src/components/boxs/td/Link/LinkAttr.vue b/GoEasyDesigner/frontend/src/components/boxs/td/Link/LinkAttr.vue index eec8b50..51cd0c8 100644 --- a/GoEasyDesigner/frontend/src/components/boxs/td/Link/LinkAttr.vue +++ b/GoEasyDesigner/frontend/src/components/boxs/td/Link/LinkAttr.vue @@ -55,12 +55,11 @@ - + + + + diff --git a/GoEasyDesigner/frontend/src/components/boxs/td/Switch/SwitchAttr.vue b/GoEasyDesigner/frontend/src/components/boxs/td/Switch/SwitchAttr.vue new file mode 100644 index 0000000..5e99af5 --- /dev/null +++ b/GoEasyDesigner/frontend/src/components/boxs/td/Switch/SwitchAttr.vue @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +