1、baseurl
This commit is contained in:
43
sign-up.html
43
sign-up.html
@ -22,7 +22,7 @@
|
||||
<link rel="stylesheet" href="static/css/index.min3.css" />
|
||||
|
||||
<script>
|
||||
const requestUrl = "http://proxy.apiapl.com/api/v1";
|
||||
const requestUrl = "http://192.168.2.22:8086/api/v1";
|
||||
const centerUrl = "https://dash.cliproxy.com";
|
||||
const webDomain = "https://cliproxy.com";
|
||||
const language = "en";
|
||||
@ -99,10 +99,10 @@
|
||||
<p class="go_register">
|
||||
Already have an account? <a href="sign-in.html">Sign in</a>
|
||||
</p>
|
||||
|
||||
<div class="line">
|
||||
|
||||
<!-- <div class="line">
|
||||
<p>or Email</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="user_msg" id="login_email">
|
||||
<p>Email<span></span></p>
|
||||
<input type="text" />
|
||||
@ -121,11 +121,38 @@
|
||||
</div>
|
||||
<span class="error_tip">The field is required.</span>
|
||||
</div>
|
||||
<div class="user_msg" id="keyword">
|
||||
|
||||
<div class="user_msg" id="confirm_pwd">
|
||||
<p>Confirm Password<span></span></p>
|
||||
<div class="pwd_box">
|
||||
<input type="password" />
|
||||
<img id="confirmEyeIcon" src="static/picture/pwd-1.png" alt="icon" />
|
||||
<img
|
||||
style="display: none"
|
||||
src="static/picture/pwd-2.png"
|
||||
alt="icon"
|
||||
/>
|
||||
</div>
|
||||
<span class="error_tip">The field is required.</span>
|
||||
</div>
|
||||
<div class="user_msg">
|
||||
<p>Verification Code<span></span></p>
|
||||
<div id="login-code" class="pwd_box">
|
||||
<input type="text" style="width: 260px" />
|
||||
<img
|
||||
id="codeImg"
|
||||
style="width: 114px; border-radius: 49px"
|
||||
src="static/picture/code.png"
|
||||
alt="icon"
|
||||
/>
|
||||
</div>
|
||||
<span class="error_tip">The field is required.</span>
|
||||
</div>
|
||||
<!-- <div class="user_msg" id="keyword">
|
||||
<p>Invitation Code(optional)</p>
|
||||
<input type="text" />
|
||||
<span class="error_tip">The field is required.</span>
|
||||
</div>
|
||||
</div> -->
|
||||
<button class="login_btn">
|
||||
<span>Sign up</span>
|
||||
<div class="loading-mask">
|
||||
@ -171,7 +198,7 @@
|
||||
<input type="hidden" id="language" value="en" />
|
||||
<!-- global js -->
|
||||
<script src="static/js/cookie.js"></script>
|
||||
<script src="static/js/common.js"></script>
|
||||
<script src="static/js/common.js?20250717"></script>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
@ -186,7 +213,7 @@
|
||||
src="https://www.googletagmanager.com/gtag/js?id=AW-17162872469"
|
||||
></script>
|
||||
|
||||
<script src="static/js/signup.js"></script>
|
||||
<script src="static/js/signup.js?20250717"></script>
|
||||
<script src="static/js/googlelogin.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user