|
@@ -1,6 +1,6 @@
|
|
|
import request from '@/helpers/request'
|
|
|
import { state } from '@/state'
|
|
|
-import { Icon } from 'vant'
|
|
|
+import { Button, Icon } from 'vant'
|
|
|
import { defineComponent, reactive, onMounted } from 'vue'
|
|
|
import { useRouter } from 'vue-router'
|
|
|
import { getImage } from './images'
|
|
@@ -44,6 +44,9 @@ export default defineComponent({
|
|
|
</div>
|
|
|
)
|
|
|
})}
|
|
|
+ <Button onClick={() => {
|
|
|
+ location.href = `http://192.168.3.114:1000/#/accompany`
|
|
|
+ }}>测试</Button>
|
|
|
</div>
|
|
|
)
|
|
|
}
|