diff --git a/src/api/index.ts b/src/api/index.ts index 390bc44..02251d1 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -630,6 +630,7 @@ export async function editsystemsetting(e?: any): Promise { const res = await put(`member/${store.state.userinfo.memberid}`,newdata); console.log(res) if(res.code == 0){ + location.reload(); message.success("修改成功") store.dispatch("setUserInfo"); return true; diff --git a/src/components/Menu.vue b/src/components/Menu.vue index 50b5ac3..7c140c5 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -11,10 +11,10 @@
- +
{{lan.$t(i.name)}}
- +
@@ -136,37 +136,37 @@ export default defineComponent({ const list: Array = [ { icon: require("../static/images/wode1.png"), - sleicon:"", + sleicon: require("../static/images/wodedangan1.png"), name: 'wodedangan', route: "/mine/archives" }, { icon: require("../static/images/xiayig.png"), - sleicon:"", + sleicon:require("../static/images/shipin1.png"), name: 'fabuzhibo', route: "/mine/webcast" }, { icon: require("../static/images/shipin.png"), - sleicon:"shipin.png", + sleicon: require("../static/images/zhibo1.png"), name: 'shangchuanshipin', route: "/mine/video" }, { icon: require("../static/images/yinhangka.png"), - sleicon:"", + sleicon: require("../static/images/qianbao1.png"), name: 'wodeqianbao', route: "/mine/wallet" }, { icon: require("../static/images/tongji.png"), - sleicon:"", + sleicon: require("../static/images/liebiao1.png"), name: 'liebiaotongji', route: "/mine/liststatistic" }, { icon: require("../static/images/bangzhu.png"), - sleicon:"", + sleicon: require("../static/images/guanyu1.png"), name: 'guanyu', route: "/mine/aboutus" } @@ -219,7 +219,9 @@ export default defineComponent({ logout, mouse, tuichu, - lan + lan, + jiantou: require('../static/images/jiantou.png'), + jiantous: require('../static/images/kuozhan1.png') } } }) diff --git a/src/components/NavTop.vue b/src/components/NavTop.vue index eaf775a..bab71f2 100644 --- a/src/components/NavTop.vue +++ b/src/components/NavTop.vue @@ -23,7 +23,7 @@
- {{i.city}}{{i.gmt}} + {{i.city}}{{i.gmt}}
@@ -80,7 +80,7 @@
- {{i.name}} + {{i.name}}
diff --git a/src/static/images/guanyu1.png b/src/static/images/guanyu1.png new file mode 100644 index 0000000..f178c03 Binary files /dev/null and b/src/static/images/guanyu1.png differ diff --git a/src/static/images/kuozhan1.png b/src/static/images/kuozhan1.png new file mode 100644 index 0000000..896df2c Binary files /dev/null and b/src/static/images/kuozhan1.png differ diff --git a/src/static/images/liebiao1.png b/src/static/images/liebiao1.png new file mode 100644 index 0000000..a8e8a57 Binary files /dev/null and b/src/static/images/liebiao1.png differ diff --git a/src/static/images/qianbao1.png b/src/static/images/qianbao1.png new file mode 100644 index 0000000..04ad4d9 Binary files /dev/null and b/src/static/images/qianbao1.png differ diff --git a/src/static/images/shipin1.png b/src/static/images/shipin1.png new file mode 100644 index 0000000..92f6ff0 Binary files /dev/null and b/src/static/images/shipin1.png differ diff --git a/src/static/images/smile.png b/src/static/images/smile.png index 01e8947..6c8d1d4 100644 Binary files a/src/static/images/smile.png and b/src/static/images/smile.png differ diff --git a/src/static/images/wodedangan1.png b/src/static/images/wodedangan1.png new file mode 100644 index 0000000..be6d416 Binary files /dev/null and b/src/static/images/wodedangan1.png differ diff --git a/src/static/images/zhibo1.png b/src/static/images/zhibo1.png new file mode 100644 index 0000000..bedf1b9 Binary files /dev/null and b/src/static/images/zhibo1.png differ