实现数据加密传输,成功调试登录接口
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user