commit
0cf32d95e4
@ -72,10 +72,10 @@ async def get_ipc_logo(ns={}):
|
||||
'footer_info': '京ICP备2022001945号-4 开元数智(北京)科技有限公司',
|
||||
"copyright": "",
|
||||
"domain_name": "ncmatch.cn",
|
||||
"email": "Open-computing@kaiyuancloud.cn",
|
||||
"email": "zhangjian@bjzai.org.cn",
|
||||
"license": "2022001945号-4",
|
||||
"logo": "https://www.opencomputing.cn/idfile?path=logo_ncmatch.png",
|
||||
"mobile": "400-6150805 010-65917875",
|
||||
"mobile": "13601380912",
|
||||
"publicsecurity": "11010502054007",
|
||||
"businesslicense": "京B2-20232313"
|
||||
},
|
||||
|
||||
@ -118,18 +118,19 @@
|
||||
</div>
|
||||
|
||||
<!-- 微信登录按钮 -->
|
||||
<div style="display:flex;margin-bottom: 30px">
|
||||
<!-- <div style="display:flex;margin-bottom: 30px">
|
||||
<el-button style="width: 300px;margin-top: 10px;color: #1890ff" class="login-btn"
|
||||
@click.native.prevent="wxBtn">
|
||||
微信登录
|
||||
</el-button>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- 底部链接:忘记密码和注册 -->
|
||||
<div class="two-btn">
|
||||
<span type="text" class="forget-password" @click="resetPassword()">
|
||||
<!-- <span type="text" class="forget-password" @click="resetPassword()">
|
||||
忘记密码?
|
||||
</span>
|
||||
</span> -->
|
||||
<i></i>
|
||||
<span :loading="loading" type="primary" class="go-register"
|
||||
style="width: 127px; margin-bottom: 30px; margin-left: 0px" @click.native.prevent="handleRegister"
|
||||
@click="handleRegister">
|
||||
@ -1083,8 +1084,8 @@ $dark_gray: #889aa4;
|
||||
padding-left: 52px;
|
||||
padding-right: 49px;
|
||||
|
||||
width: 481px;
|
||||
height: 521px;
|
||||
//width: 481px;
|
||||
//height: 521px;
|
||||
mix-blend-mode: normal;
|
||||
background-color: white;
|
||||
border-radius: 24px;
|
||||
|
||||
@ -32,7 +32,8 @@ class BaiduSMS:
|
||||
# self.signature_id = 'sms-sign-qQHYeC17077' # 开元云科技
|
||||
# self.signature_id = 'sms-sign-BqOhYB33019' # 开元云
|
||||
# self.signature_id = 'sms-sign-LOShPq75464' # 开元云北京
|
||||
self.signature_id = 'sms-sign-xQYUwp42637' # 开元云北京
|
||||
# self.signature_id = 'sms-sign-xQYUwp42637' # 开元云北京
|
||||
self.signature_id = 'sms-sign-JEimHH86684' # 开元云北京
|
||||
# 短信模板类型映射(键为业务类型,值为对应模板ID)
|
||||
self.sms_types = {
|
||||
"注册登录验证": "sms-tpl-123", # 示例模板ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user