shuishen
2023-12-19 160272de5778bddbd8386f647258c95ecf9e02a5
src/page/login/index.vue
@@ -33,6 +33,7 @@
    </div>
</template>
<script>
import Watermark from "@/warterMarkVUE"
import userLogin from "./userlogin"
import codeLogin from "./codelogin"
import thirdLogin from "./thirdlogin"
@@ -70,6 +71,8 @@
        }
    },
    created () {
        Watermark.remove()
        this.handleLogin()
        this.getTime()
    },