From f7b0342e4db3c2c984614f17ecf79e939365fcce Mon Sep 17 00:00:00 2001 From: chenkun <3289431190@qq.com> Date: Sat, 26 Oct 2024 00:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_order/center/systemSet.vue | 16 ++++++++-------- pages_order/static/order/3.svg | 2 +- static/image/center/1.svg | 1 + static/image/center/2.svg | 1 + static/image/center/3.svg | 1 + static/image/center/4.svg | 1 + 6 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 static/image/center/1.svg create mode 100644 static/image/center/2.svg create mode 100644 static/image/center/3.svg create mode 100644 static/image/center/4.svg diff --git a/pages_order/center/systemSet.vue b/pages_order/center/systemSet.vue index eedfc90..7d02e59 100644 --- a/pages_order/center/systemSet.vue +++ b/pages_order/center/systemSet.vue @@ -47,24 +47,24 @@ export default { title: `${this.$t('pageTitle.accountSetting')}`, itemList: [ // text: `${this.$t('pageTitle.switchAccount')}` - {leftIcon: "../static/center/1.svg", text: `${this.$t('pageTitle.switchAccount')}`, rightIcon: ">"}, - {leftIcon: "../static/center/2.svg", text: `${this.$t('pageTitle.forgotPasswordPage')}`, rightIcon: ">"}, - {leftIcon: "../static/center/2.svg", text: this.$t('pageTitle.logout'), rightIcon: ">"}, - {leftIcon: "../static/center/2.svg", text: this.$t('pageTitle.addressList'), rightIcon: ">",toUrl:'/pages_order/center/addressListManage'}, + {leftIcon: "../../static/image/center/1.svg", text: `${this.$t('pageTitle.switchAccount')}`, rightIcon: ">"}, + {leftIcon: "../../static/image/center/2.svg", text: `${this.$t('pageTitle.changePassword')}`, rightIcon: ">"}, + {leftIcon: "../../static/image/center/3.svg", text: this.$t('pageTitle.logout'), rightIcon: ">"}, + {leftIcon: "../../static/image/center/4.svg", text: this.$t('pageTitle.addressList'), rightIcon: ">",toUrl:'/pages_order/center/addressListManage'}, ] }, { title: `${this.$t('pageTitle.systemSetting')}`, itemList: [ - {leftIcon: "../static/center/1.svg", text: `${this.$t('pageTitle.languageSwitch')}`, rightIcon: ">"}, - {leftIcon: "../static/center/2.svg", text: `${this.$t('pageTitle.versionUpdate')}`, rightIcon: ">"}, - {leftIcon: "../static/center/2.svg", text: this.$t('pageTitle.clearCache'), rightIcon: ">"}, + {leftIcon: "../../static/image/center/1.svg", text: `${this.$t('pageTitle.languageSwitch')}`, rightIcon: ">"}, + {leftIcon: "../../static/image/center/2.svg", text: `${this.$t('pageTitle.versionUpdate')}`, rightIcon: ">"}, + {leftIcon: "../../static/image/center/3.svg", text: this.$t('pageTitle.clearCache'), rightIcon: ">"}, ] }, { title: `${this.$t('pageTitle.identitySetting')}`, itemList: [ - {leftIcon: "../static/center/2.svg", text: this.$t('pageTitle.switchIdentity'), rightIcon: ">"}, + {leftIcon: "../../static/image/center/1.svg", text: this.$t('pageTitle.switchIdentity'), rightIcon: ">"}, ] } ], diff --git a/pages_order/static/order/3.svg b/pages_order/static/order/3.svg index 03e7e16..9d08059 100644 --- a/pages_order/static/order/3.svg +++ b/pages_order/static/order/3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/image/center/1.svg b/static/image/center/1.svg new file mode 100644 index 0000000..2054a7e --- /dev/null +++ b/static/image/center/1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/image/center/2.svg b/static/image/center/2.svg new file mode 100644 index 0000000..5514154 --- /dev/null +++ b/static/image/center/2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/image/center/3.svg b/static/image/center/3.svg new file mode 100644 index 0000000..5397f5d --- /dev/null +++ b/static/image/center/3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/image/center/4.svg b/static/image/center/4.svg new file mode 100644 index 0000000..2054a7e --- /dev/null +++ b/static/image/center/4.svg @@ -0,0 +1 @@ + \ No newline at end of file