zmc
2023-11-02 fd934f83afae1e3fce46db8610837d0e0f4d9393
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>