|
|
@@ -26,6 +26,9 @@
|
|
|
if(hostname.indexOf('saas-dev')>-1){
|
|
|
api = 'https://saas-api-dev.usoftchina.com:5443'
|
|
|
}
|
|
|
+ if(hostname.indexOf('saas-test')>-1){
|
|
|
+ api = 'https://saas-api-test.usoftchina.com:5443'
|
|
|
+ }
|
|
|
$( "#dialog-message" ).dialog({
|
|
|
autoOpen : false,
|
|
|
modal: true,
|
|
|
@@ -200,7 +203,7 @@
|
|
|
<button style="position: absolute;" class="btn-check" type="button" id="checkBtn" onclick="getCode()">获取验证码</button>
|
|
|
<input class="input_style" id="selectName" type="text" placeholder="请输入姓名"></input>
|
|
|
<select class="input_style " id="selectJob" placeholder="请选择岗位(必填)"></select>
|
|
|
- <button style="position: absolute;" class="expand_icon" type="button" ></button>
|
|
|
+ <!-- <button style="position: absolute;" class="expand_icon" type="button" ></button> -->
|
|
|
<button class="btn-submit" style="border-radius: 30px;width: 80%; margin-top: 40px; font-size: 18px; height: 47px;" type="button" id="joinBtn" onclick="join();">提 交</button>
|
|
|
</div>
|
|
|
<div class="x-join-bottom" style=" display:table-cell;font-size:12px;font-height:14px;vertical-align:middle;text-align:center; height: 50px;">
|