1.2.3 后台操作按钮调整及其新增开启拼团功能

This commit is contained in:
hupeng
2019-11-19 13:14:38 +08:00
parent 42d8d545a1
commit d52a399ecc
199 changed files with 12712 additions and 367 deletions

View File

@ -72,8 +72,9 @@ swagger:
# 文件存储路径
file:
path: E:\yashop\file\
avatar: E:\yashop\avatar\
path: E:\yshop\file\
avatar: E:\yshop\avatar\
# 文件大小 /M
maxSize: 100
avatarMaxSize: 5
avatarMaxSize: 5
localUrl: http://localhost:8000

View File

@ -47,7 +47,7 @@ spring:
database: 0
host: 127.0.0.1
port: 6379
password:
password:
#连接超时时间
timeout: 5000
@ -84,4 +84,5 @@ file:
avatar: /home/yshop/avatar/
# 文件大小 /M
maxSize: 100
avatarMaxSize: 5
avatarMaxSize: 5
localUrl: http://localhost:8000

View File

@ -32,4 +32,13 @@ code:
#登录图形验证码有效时间/分钟
loginCode:
expiration: 2
expiration: 2
# 公众号配置(必填)
wx:
mp:
configs:
- appId: wxc061dee8806ff712
secret:
token: yshop
aesKey: yYuBUkC8BXImCXyu7O6hkzLj4TC5nxsWPfL4CQAZPNY

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
<contextName>elAdmin</contextName>
<contextName>yshop</contextName>
<!--输出到控制台-->
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">

View File

@ -34,7 +34,7 @@
maigin-bottom: 10px;
font-size: 14px;
color: #555;">
<p style="line-height: 12px;">Github<a hover="color: #DA251D;" style="color: #999;" href="https://github.com/elunez/eladmin" target="_blank">https://github.com/elunez/eladmin</a></p>
<p style="line-height: 12px;">Github<a hover="color: #DA251D;" style="color: #999;" href="https://gitee.com/guchengwuyue/yshopmall" target="_blank">https://gitee.com/guchengwuyue/yshopmall</a></p>
</div>
<div class="foot-hr hr" style="margin: 0 auto;
z-index: 111;