chao 5 år sedan
förälder
incheckning
d1677975d5

+ 1 - 2
src/main/java/com/caimei/www/service/impl/BaseServiceImpl.java

@@ -1,11 +1,10 @@
 package com.caimei.www.service.impl;
 
-import com.caimei.www.pojo.JsonModel;
+
 import com.caimei.www.mapper.BaseDao;
 import com.caimei.www.pojo.base.*;
 import com.caimei.www.service.BaseService;
 import com.caimei.www.utils.ImageUtil;
-import com.caimei.www.utils.PriceUtil;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.cache.annotation.Cacheable;
 import org.springframework.stereotype.Service;

+ 1 - 1
src/main/resources/templates/instrument/list.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网-项目列表</title>
+    <title>采美365网-项目仪器列表</title>
     <template th:replace="components/headLink"></template>
     <link th:href="@{/css/instrument/list.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>

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

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
+    <title>采美365网-采美仪器维修保养介绍</title>
     <template th:replace="components/headLink"></template>
     <link th:href="@{/css/maintenance/index.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>

+ 1 - 1
src/main/resources/templates/product/detail.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网-商品详情</title>
+    <title th:text="'采美365网-'+${product.name}">采美365网-商品详情</title>
     <template th:replace="components/headLink"></template>
     <link th:href="@{/css/product/detail.h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
     <link th:href="@{/css/product/detail.pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">

+ 1 - 1
src/main/resources/templates/single-page/investment.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
+    <title>采美365网-品牌招商介绍</title>
     <template th:replace="components/headLink"></template>
     <style type="text/css">
         /** PC */

+ 1 - 1
src/main/resources/templates/single-page/promotions.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
+    <title>采美365网-商品专题</title>
     <template th:replace="components/headLink"></template>
     <link th:href="@{/css/single-page/promotions.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>

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

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网-供应商列表</title>
+    <title th:text="'采美365网-'+${supplier.name}">采美365网-供应商首页</title>
     <template th:replace="components/headLink"></template>
     <link th:href="@{/css/supplier/index.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>