123456789101112131415161718192021222324 |
- <template>
- <view>
- <navigator url="/pages/user/login" open-type="navigate">
- <button type="default">登录</button>
- </navigator>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- methods: {
-
- }
- }
- </script>
- <style>
- </style>
|