|
|
@@ -1,8 +1,8 @@ |
|
|
|
<template> |
|
|
|
<div>中转页面 |
|
|
|
<button @click="baidu">百度</button> |
|
|
|
<button @click="auto">根据环境判断</button> |
|
|
|
<button @click="lishui">丽水</button> |
|
|
|
<div> |
|
|
|
<!-- <button @click="baidu">百度</button>--> |
|
|
|
<!-- <button @click="auto">根据环境判断</button>--> |
|
|
|
<!-- <button @click="lishui">丽水</button>--> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
@@ -11,6 +11,7 @@ |
|
|
|
export default { |
|
|
|
name: 'App', |
|
|
|
created() { |
|
|
|
this.auto() |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
auto() { |
|
|
|