1、引入Ruoyi-Vue-Plus版本的彩色控制台日志。
2、移除界面导航时的out-in fade-transform淡入效果。 3、添加非主框架内的独立路由用于测试。
This commit is contained in:
7
pom.xml
7
pom.xml
@ -35,6 +35,7 @@
|
||||
<jwt.version>0.9.1</jwt.version>
|
||||
<qiniu.version>7.9.0</qiniu.version>
|
||||
<gson.version>2.8.5</gson.version>
|
||||
<tlog.version>1.3.6</tlog.version>
|
||||
</properties>
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
@ -220,6 +221,12 @@
|
||||
<version>${gson.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.yomahub</groupId>
|
||||
<artifactId>tlog-web-spring-boot-starter</artifactId>
|
||||
<version>${tlog.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Reference in New Issue
Block a user