zhangxiaoxu123456
2022-04-07 657d56c7f2003781aa3bcea79d28cadf14478a14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<template>
  <div class="login-container">
  </div>
</template>
<script>
import { login } from "@/api/index";
export default {
  data() {
    return {
    };
  },
  beforeCreate() {
  },
  methods: {
  },
};
</script>
 
<style lang="scss">
$bg: #283443;
$light_gray: rgb(43, 7, 7);
$cursor: #fff;
 
</style>
 
<style lang="scss" scoped>
</style>