Commit abde4e26 authored by songrui's avatar songrui

筛查文字修改

parent 3eeac91a
...@@ -79,6 +79,5 @@ ...@@ -79,6 +79,5 @@
</body> </body>
<script> <script>
var vConsole =new VConsole(); var vConsole =new VConsole();
console.log('Hello world');
</script> </script>
</html> </html>
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = '83333a9a-e5f8-4463-983f-6446d8d73323' token = '93f10186-5252-4bec-ae1f-2e9c6a0b85bd'
} }
} }
if (token) { if (token) {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</div> </div>
<p> <p>
按二维码,关注微信公众号 按二维码,关注微信公众号
</p> </p>
<div class="px-4 pb-4 grow flex flex-col justify-end" style="margin-top: .3rem;"> <div class="px-4 pb-4 grow flex flex-col justify-end" style="margin-top: .3rem;">
<van-button block round @click="onClose"> <van-button block round @click="onClose">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment