zhs 3 years ago
parent
commit
c66b7a56a2

+ 0 - 1
src/main/java/com/supplier/controller/SupplierReleaseController.java

@@ -43,7 +43,6 @@ public class SupplierReleaseController {
     @PostMapping("addSupplierRelease")
     public Map<String, Object> addRelease(@RequestBody SupplierRelease supplierRelease, HttpServletRequest request){
         Map<String, Object> map = new HashMap<>();
-
         try {
             //获取token
             Map<String, Object> userMap = ParsingToken.tokenParsing(request);

+ 4 - 0
src/main/java/com/supplier/model/ConfirmOrdering.java

@@ -93,4 +93,8 @@ public class ConfirmOrdering implements Serializable {
      * 行程
      */
     private String trip;
+    /**
+     * 签名图片
+     */
+    private String signatureImage;
 }

+ 1 - 1
src/main/resources/static/css/personal/index.css

@@ -119,7 +119,7 @@ body,html{
     font-weight: 500;
     color: #2D8CF0;
     float: left;
-    margin-top: 11px;
+    margin-top: 7px;
     margin-left: 18px;
     cursor: pointer;
 }

BIN
src/main/resources/static/images/morentouxiang.png


+ 2 - 2
src/main/resources/static/js/indexHome/index.js

@@ -6,14 +6,14 @@ layui.use(["layer", "form", "upload"], function(){
     console.log(localStorage.getItem("token"))
     if(localStorage.getItem("token") == null){
         layer.msg("请先登录", {icon: 2}, function (){
-            window.location.href="http://192.168.0.115:9620/page/Login";
+            window.location.href="/page/Login";
         })
     }
     //注销 退出
     $(".head_portrait").on("click", (e) => {
         localStorage.clear(); //清空缓存
         conn.close();
-        window.location.href="http://192.168.0.115:9620/page/Login";
+        window.location.href="/page/Login";
     });
     //禁用鼠标右击
     $(".el-scrollbar__view").bind("contextmenu", (e) => {

+ 1 - 1
src/main/resources/templates/personal/index.html

@@ -29,7 +29,7 @@
                 <div class="user_img_name">
                     <!-- 头像 -->
                     <input type="file" id="file" style="display: none;" accept="image/*">
-                    <img class="headpir_img" src="https://lidaotech.oss-cn-beijing.aliyuncs.com/test/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20220622112747.png"/>
+                    <img class="headpir_img" src="/images/morentouxiang.png"/>
                     <!-- 用户名称 -->
                     <div class="user_name">
                         <!-- 用户名称标题 -->