|
@@ -53,6 +53,16 @@
|
|
<el-form-item class="panel-form-item">
|
|
<el-form-item class="panel-form-item">
|
|
<el-button type="primary" class="fill submit" @click="submitClick">确定</el-button>
|
|
<el-button type="primary" class="fill submit" @click="submitClick">确定</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
+ <el-form-item class="panel-form-item">
|
|
|
|
+ <el-button
|
|
|
|
+ text
|
|
|
|
+ plain
|
|
|
|
+ type="default"
|
|
|
|
+ class="fill text-btn"
|
|
|
|
+ @click="toLogin"
|
|
|
|
+ >立即登录</el-button
|
|
|
|
+ >
|
|
|
|
+ </el-form-item>
|
|
|
|
|
|
</el-form>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
@@ -179,6 +189,9 @@ const submitClick = async () => {
|
|
throw "";
|
|
throw "";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+const toLogin = () => {
|
|
|
|
+ emit("done");
|
|
|
|
+};
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|