|
@@ -1,92 +0,0 @@
|
|
|
-<!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 " xmlns="http://www.w3.org/1999/html">
|
|
|
-
|
|
|
-<head>
|
|
|
- <meta charset="UTF-8" />
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=0" />
|
|
|
- <meta name="format-detection" content="telephone=yes" />
|
|
|
- <title>美业参谋</title>
|
|
|
- <link rel="canonical" href="https://www.caimei365.com/" />
|
|
|
- <template th:replace="components/head-link"></template>
|
|
|
- <link th:href="@{/css/base/floor.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
- <link th:href="@{/css/index/index_new.h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
|
|
|
- <link th:href="@{/css/index/index_new.pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
- <link th:href="@{/css/supplier-login/text_info.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
- <link th:href="@{/css/supplier-login/login-h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
|
|
|
- <!--element ui 样式表-->
|
|
|
- <link rel="stylesheet" href="https://unpkg.zhimg.com/element-ui@2.15.13/lib/theme-chalk/index.css" />
|
|
|
- <link rel="stylesheet" href="/lib/element-ui/element-ui-min.css" />
|
|
|
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
|
|
|
- <link rel="stylesheet" href="https://unpkg.com/vant@2.12/lib/index.css" />
|
|
|
- <!-- <template th:replace="components/analysis"></template>-->
|
|
|
-</head>
|
|
|
-
|
|
|
-<body>
|
|
|
-<div id="login_content" ref="login_content" v-cloak>
|
|
|
- <div class="login_header">
|
|
|
- <div class="login_header_container">
|
|
|
- <div class="img_logo" @click="goToIndex">
|
|
|
- <div class="logo" style="background-size: contain"></div>
|
|
|
- <div class="text">美业参谋</div>
|
|
|
- </div>
|
|
|
- <div class="header_link" v-cloak>
|
|
|
- <a ref="link_item" @click="H5link(item)" class="header_link_itme" :class="activeLinkId === item.id ? 'isActiveLink' : ''" v-for="item in activeLinks" :key="item.id">
|
|
|
- {{item.title}}
|
|
|
- </a>
|
|
|
- <div class="nav_link" ref="nav_link_item">
|
|
|
- <div class="nav_link_item"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div style="display: flex;justify-content: center;align-items: center">
|
|
|
- <div class="iphone">
|
|
|
- <div></div>
|
|
|
- <div>153-3889-7365</div>
|
|
|
- </div>
|
|
|
- <div v-if="userInfo && userInfo.userIdentity === 3 && isPC" v-cloak class="username">
|
|
|
- <el-popover placement="bottom" width="50" trigger="hover" v-if="isPC">
|
|
|
- <div class="cShow" v-if="userInfo && userInfo.userIdentity === 3">
|
|
|
- <a class="a_cm" href="/supplier/dashboard.html" rel="nofollow">我的采美</a>
|
|
|
- <a class="a_cm" href="javascript:void(0);" @click="pageLinkSupplier()">店铺管理</a>
|
|
|
- <a class="a_cm" href="javascript:void(0);" @click="userLogOut()">退出登录</a>
|
|
|
- </div>
|
|
|
- <el-button slot="reference" type="text" style="font-size: 0.8vw;">{{userInfo.name}}</el-button>
|
|
|
- </el-popover>
|
|
|
- </div>
|
|
|
- <div v-if="!isPC && userInfo" class="H5_header">
|
|
|
- <div class="H5_username" @click="hideAction">
|
|
|
- <img src="/img/supplier-login/H5/userdefault.png" style="width: 5vw;height: 5vw" />
|
|
|
- </div>
|
|
|
- <div style="color: #FF5B00;font-size: 3.6vw;margin: 0 3.6vw;">菜单</div>
|
|
|
- <img src="/img/supplier-login/H5/openMenu.png" @click="openDrawn" v-if="!drawer" style="width: 3.2vw;height: 3.2vw" />
|
|
|
- <img src="/img/supplier-login/H5/close.png" v-else @click="openDrawn" style="width: 3.2vw;height: 3.2vw" />
|
|
|
- </div>
|
|
|
- <div class="login_regist" v-if="!userInfo">
|
|
|
- <div class="login_btn"><a rel="nofollow" href="/supplier/register.html">注册</a></div>
|
|
|
- <div class="login_btn" style="background: #FF5B00;"><a class="login_a" style="color:white" href="/supplierlogin.html" rel="nofollow">登录</a></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="text_info" style="background: #fff;">
|
|
|
- <!-- 底部区域 end -->
|
|
|
- <template th:replace="components/footer" v-if="isPC"></template>
|
|
|
- <template th:replace="components/foot-link" v-if="isPC"></template>
|
|
|
- </div>
|
|
|
- <!-- 抽屉 -->
|
|
|
- <el-drawer :visible.sync="drawer" v-if="!isPC">
|
|
|
- <div class="drawer_box" @click="H5link(item)" v-for="item in activeLinks" :key="item.id">{{item.title}}</div>
|
|
|
- </el-drawer>
|
|
|
- <!-- 底部选项 -->
|
|
|
- <van-action-sheet v-model="cShow" :actions="supplierActions" @select="onSelect" v-if="userInfo.userIdentity === 3" />
|
|
|
- <van-action-sheet v-model="cShow" :actions="userActions" @select="onSelect" v-if="userInfo.userIdentity === 2 || userInfo.userIdentity === 4" />
|
|
|
-</div>
|
|
|
-
|
|
|
-
|
|
|
-<script charset="utf-8" type="text/javascript" src="/lib/vue2.6.12.min.js"></script>
|
|
|
-<script type="text/javascript" src="/lib/element-ui/element-ui.min.js"></script>
|
|
|
-<script type="text/javascript" src="/lib/element-ui/vant.min.js"></script>
|
|
|
-<script charset="utf-8" type="text/javascript" th:src="@{/js/supplier-login/text_info.js(v=${version})}"></script>
|
|
|
-</body>
|
|
|
-
|
|
|
-</html>
|