实现数据加密传输,成功调试登录接口

This commit is contained in:
2026-06-07 17:01:41 +08:00
parent aebd264d91
commit 895363305e
9 changed files with 596 additions and 56 deletions
+9
View File
@@ -3,6 +3,7 @@
<image class="logo" src="/static/logo.png"></image>
<text class="title">{{title}}</text>
<button @click="goLogin()">去登陆</button>
<button @click="goLogin1()">加解密测试</button>
需要一个导航栏
</view>
</template>
@@ -18,6 +19,14 @@
})
}
function goLogin1() {
uni.navigateTo({
url: '/pages/test/index'
})
}
</script>
<style>