Files
mes-ui-d2/src/pages/demo/playground/page-argu/get.vue
liyang 1fd967c41e no message
Former-commit-id: 6217ac60fa5f8070ae8a4988ac90a200d1ed0610 [formerly 2a92d7e6d7576c76e67418cce3b4af939c629f10] [formerly 6217ac60fa5f8070ae8a4988ac90a200d1ed0610 [formerly 2a92d7e6d7576c76e67418cce3b4af939c629f10] [formerly 6217ac60fa5f8070ae8a4988ac90a200d1ed0610 [formerly 2a92d7e6d7576c76e67418cce3b4af939c629f10] [formerly 2a92d7e6d7576c76e67418cce3b4af939c629f10 [formerly 54d75f564e4df2cf804fdc9342eb8fe40aa865ff [formerly a3ca40613b3156cbbb2737ed8dd517a102b4c660]]]]]
Former-commit-id: 8fcd8411f3c6994501df63022e50fd8755b10096
Former-commit-id: 244193d1a0e6df2dc24da4079e095cce53b8fcc6
Former-commit-id: d79cb0c9f186c347e8c5cb428d150723616ceaec [formerly d817b7ab3af5a96d2b75434cb8d3e47e16fe0fd4]
Former-commit-id: fe85c8325aa5ce48f74d89d66482e8c877cafd94
Former-commit-id: 3529956ee2f8bf0817bcdfe5262ab3b9f0b1d362
Former-commit-id: 342699757cf8287bb487a1ee74a0bc89260c5d8b
Former-commit-id: b633d4c17816a14bd9719f60caa97068bb02e1d6
Former-commit-id: d4443c4c9e5d7cafd5fca33e4df5b0b74cde17b2
2018-10-30 16:29:08 +08:00

9 lines
500 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<d2-container type="card">
<h2 class="d2-mt-0">$route.params.username: {{$route.params.username}}</h2>
<h2>$route.query.userid: {{$route.query.userid}}</h2>
<p>你可以尝试返回发送数据页面修改数据重新发送或者切换到其它页面后刷新浏览器再返回本业观察参数保留</p>
<el-button type="primary" @click="$router.push({ name: 'demo-playground-page-argu-send' })">返回发送数据的页面</el-button>
</d2-container>
</template>