zmc
2023-09-05 e1e826565abaad1fe49389d8ad2eb7f7fdacc28a
src/views/pass_login/LoginAndGetData.vue
@@ -0,0 +1,25 @@
<script>
  export default {
    data() {
      return{
      }
    },
    mounted() {
    },
    methods: {
     }
}
</script>
<template>
  <div>
    模拟登录
  </div>
</template>
<style  scoped>
</style>