This commit is contained in:
Vinjor 2025-04-07 15:42:12 +08:00
parent b1e17aea7f
commit 458fc852ae
2 changed files with 28 additions and 0 deletions

View File

@ -143,6 +143,12 @@
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "set/my-info",
"style": {
"navigationBarTitleText": ""
}
}
]
}],

View File

@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>