Update API request formatting and routing structure

This commit is contained in:
wangqiao
2025-08-27 21:54:08 +08:00
parent 0f96406b5a
commit 170113e11c
23 changed files with 124 additions and 118 deletions

View File

@ -52,12 +52,12 @@
// 用户中心
const handleUserCenter = () => {
navigateTo('/personal/center/info')
navigateTo('/personal-Center/info')
}
// 消息中心
const handleMessageCenter = () => {
navigateTo('/personal/center/message')
navigateTo('/personal-Center/center-message')
}
</script>
<style scoped>