Browse Source

金融申请跳转到金融项目正式网址

scr 8 years ago
parent
commit
11b74bf682

+ 0 - 2
src/main/java/com/uas/platform/home/controller/FinanceController.java

@@ -3,9 +3,7 @@ package com.uas.platform.home.controller;
 
 import com.alibaba.fastjson.JSON;
 import com.alibaba.fastjson.JSONObject;
-import com.uas.account.entity.User;
 import com.uas.platform.home.core.support.SystemSession;
-import com.uas.platform.home.core.util.HttpUtil;
 import com.uas.platform.home.model.HttpAddress;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestMapping;

+ 1 - 1
src/main/webapp/WEB-INF/views/normal/finance.html

@@ -9,12 +9,12 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="renderer" content="webkit">
+    <base href="../">
     <link href="static/images/icon.png" rel="icon" type="image/x-icon"/>
     <link rel="stylesheet" href="static/lib/bootstrap/css/bootstrap.min.css"/>
     <link rel="stylesheet" href="static/css/common.css"/>
     <link rel="stylesheet" href="static/css/index.css"/>
     <link rel="stylesheet" href="static/css/toastr.css">
-    <base href="../">
 </head>
 <style>
     .finance {

+ 0 - 1
src/main/webapp/WEB-INF/webmvc.xml

@@ -52,7 +52,6 @@
 	<mvc:view-controller path="/help/index" view-name="help/index" />
 	<mvc:view-controller path="/hiring" view-name="hiring" />
 	<mvc:view-controller path="/setHrAccount" view-name="setHrAccount" />
-<!--	<mvc:view-controller path="/finance" view-name="finance" />-->
 
 	<mvc:interceptors>
 		<!-- SSO过滤 -->

BIN
src/main/webapp/resources/images/banner.png