交易所前端蓝色ui 4.5 jiem
lxf
2025-04-18 02a3d94d359b34e915f34abec024cbc1504a6a7c
src/views/login/index.vue
@@ -16,7 +16,7 @@
        <div class="css-tmpver">
          <!-- 切换 -->
          <div class="css-62gygx" style="overflow: visible">
          <!-- <div class="css-62gygx" style="overflow: visible">
            <div
              class="css-ov54vn"
              v-for="(val, index) in arrType"
@@ -29,11 +29,11 @@
                {{ val }}
              </div>
            </div>
          </div>
          </div> -->
          <!-- 登录方式-展示 -->
          <div class="css-15651n7">
            <div class="css-xjlny9">
            <!-- <div class="css-xjlny9">
              {{
                changeType == 0
                  ? t("youxiang")
@@ -41,9 +41,9 @@
                  ? t("shoujihao")
                  : t("zhanghao")
              }}
            </div>
            </div> -->
            <!-- 手机号 -->
            <div class="css-hiy16i" v-if="changeType == 1">
            <!-- <div class="css-hiy16i" v-if="changeType == 1">
              <div class="css-4cffwv">
                <div class="border-countrycode" @click="tansferSelecCoun">
                  + {{ countryCodeStore.code }}
@@ -56,9 +56,10 @@
                  clearable
                />
              </div>
            </div>
            </div> -->
            <!-- 邮箱 -->
            <div class="css-hiy16i" v-else-if="changeType == 0">
            <!-- v-else-if="changeType == 0" -->
            <div class="css-hiy16i">
              <el-input
                autocomplete="off"
                type="email"
@@ -71,7 +72,7 @@
              </el-input>
            </div>
            <!-- 账号 -->
            <div class="css-hiy16i" v-else-if="changeType == 2">
            <!-- <div class="css-hiy16i" v-else-if="changeType == 2">
              <el-input
                autocomplete="off"
                type="email"
@@ -81,7 +82,7 @@
                clearable
              >
              </el-input>
            </div>
            </div> -->
            <!-- 请输入账号 -->
            <div
              class="help_error css-1c3pga9"
@@ -203,7 +204,7 @@
    })
      .then((res) => {
        if (res.code == "0") {
          console.log(res.data.token)
          console.log(res.data.token);
          setStorage("spToken", res.data.token);
          setStorage("username", res.data.username);
          userStore.updateUserInfo(res.data);