Browse Source

更新人社局跳转

zmw 7 months ago
parent
commit
a97019458a
2 changed files with 12 additions and 2 deletions
  1. 11 1
      app/index/view/auth/login.html
  2. 1 1
      sys_config.json

+ 11 - 1
app/index/view/auth/login.html

@@ -73,6 +73,7 @@
                         <div class="form-group bg" >
                             <select name="usertype" id="userType" class="form-control" placeholder="用户类型" required="">
                                 <option value="">--- 请选择用户类型 ---</option>
+                                <option value="0">现代产业体现人才申报认定</option>
                                 <option value="1">管理员用户</option>
                                 <option value="2">机构用户</option>
                                 <option value="3">个人用户</option>
@@ -99,7 +100,10 @@
                             <button onclick="Login.openEditPassword()" type="button" style="border:none;background: #fff;float:left;color: #008ef9;color:#888;">忘记密码?</button>
                             <button onclick="Login.gotoRegisterPage('/common/auth/register')" type="button" style="border:none; background: #fff;color: #008ef9;float:right;">注册新用户</button>
                         </div>
-                    </form>
+
+                        <div style="margin-top: 60px; color: #ff0000;font-weight: bold;font-size: 16px">
+                            提示:现代产业体系人才申报认定,请选择用户类型为现代产业体现人才申报认定
+                        </div>
                 </div>
             </div>
         </div>
@@ -136,6 +140,12 @@
         <script>
             Feng.addCtx("");
             $(function () {
+                $('#userType').change(function(){
+                    var selectedValue = $(this).val();
+                    if(selectedValue == 0){
+                        window.location.href = "https://12333.jinjiang.gov.cn/rencaiApply/";
+                    }
+                });
                 sessionStorage.removeItem('locked');
                 $("#captcha").on('click', function () {
                     $("#captcha").attr('src', '{:captcha_src()}?' + Math.floor(Math.random() * 100)).fadeIn();

+ 1 - 1
sys_config.json

@@ -1,6 +1,6 @@
 {
     "super_users_for_enterprise": [
-        "admin", "rs08", "rs02", "rs03", "rs04", "rs09", "rs13", "weijian", "gaojiao"
+        "admin", "rs08", "rs02", "rs03", "rs04", "rs09", "rs13", "weijian", "gaojiao","rs16"
     ],
     "super_privs_for_dept_verify": {
         "companys": ["super", "人社局人才服务科"],