NGTools/pages/grid/login.vue
ldeyun 12e6f95164 修改图片资源地址端口;
修改ucenter部分内容页面路径;
调整首页样式
2024-10-03 23:43:36 +08:00

21 lines
209 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
onLoad() {
uni.navigateTo({
url: '/uni_modules/uni-id-pages/pages/login/login-withpwd'
})
}
}
</script>
<style>
</style>