|
@@ -0,0 +1,24 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<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>
|
|
|
+ <template th:replace="components/head-link"></template>
|
|
|
+
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<!-- 引用头部 -->
|
|
|
+<template th:replace="components/header"></template>
|
|
|
+
|
|
|
+<!-- 我的采美 -->
|
|
|
+<div>
|
|
|
+ <h1>发货记录</h1>
|
|
|
+
|
|
|
+</div>
|
|
|
+
|
|
|
+<!-- 引入底部 -->
|
|
|
+<template th:replace="components/footer"></template>
|
|
|
+<template th:replace="components/foot-link"></template>
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|