Răsfoiți Sursa

v1.27.0 更新

click33 2 ani în urmă
părinte
comite
dff62a7d63

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 	<img alt="logo" src="https://gitee.com/click33/sa-plus/raw/master/sp-devdoc/sa-plus.png" width="350">
 	<!-- <h2 align="center" style="font-size: 80px; font-weight: 700;">Sa-plus</h2> -->
 </div>
-<div align="center" style="margin-top: 30px; font-size: 22px;"><b>v1.26.1</b></div>
+<div align="center" style="margin-top: 30px; font-size: 22px;"><b>v1.27.0</b></div>
 <h4 align="center">一个基于 SpringBoot 的快速开发框架,内置代码生成器</h4>
 <p align="center">
 	<a href="https://gitee.com/click33/sa-plus/stargazers"><img src="https://gitee.com/click33/sa-plus/badge/star.svg"></a>

+ 2 - 2
sp-admin/sa-frame/index/index.js

@@ -33,8 +33,8 @@ var sa_admin = new Vue({
 		menuList: [],		// 全部菜单集合 
 		showList: [],		// 显示的菜单集合(id集合) 
 		
-		plusVersion: 'v1.26.0',				//sa-plus版本
-		plusUpdateTime: '2021-10-24',		//sa-plus版本
+		plusVersion: 'v1.27.0',				//sa-plus版本
+		plusUpdateTime: '2022-02-26',		//sa-plus更新日期 
 		plusGithubUrl: 'https://github.com/click33/sa-plus',	// github地址 
 		
 		// ------------------------------- 状态 -------------------------------

+ 2 - 2
sp-admin/sa-view-sp/sp-admin-login/sp-admin-login-list.html

@@ -45,11 +45,11 @@
 							</el-link>
 						</template>
 					</sa-td>
-					<sa-td name="本次登录Token" prop="accToken" width="180px"></sa-td>
-					<sa-td name="登陆IP" prop="loginIp" width="130px"></sa-td>
+					<sa-td name="登陆IP" prop="loginIp"></sa-td>
 					<sa-td name="客户端标识" prop="device"></sa-td>
 					<sa-td name="所属系统" prop="system"></sa-td>
 					<sa-td name="登录地" prop="address"></sa-td>
+					<sa-td name="本次登录Token" prop="accToken"></sa-td>
 					<sa-td name="登录时间" width="220px">
 						<template slot-scope="s">
 							<span>{{sa.forDate(s.row.createTime, 2)}}</span> - 

+ 1 - 1
sp-apidoc/index.html

@@ -29,7 +29,7 @@
 			// 全局配置 
 			window.sa_doc_cfg = {
 				server_url: 'http://127.0.0.1:8099',	// 接口测试总地址 
-				// server_url: 'http://127.0.0.1:8099',	// 接口测试总地址 
+				// server_url: 'http://demo-jj.dev33.cn/spdj-server',	// 接口测试总地址 
 			}
 			
 			// 文档标题

+ 1 - 3
sp-com/sp-start/src/main/resources/banner.txt

@@ -4,7 +4,5 @@
  (__  )/ /_/ /  /_____/  / /_/ // // /_/ /(__  ) 
 /____/ \__,_/           / .___//_/ \__,_//____/  
                        /_/                       
-sa-plus running Spring Boot ${spring-boot.version} 
-version: v1.26.0   updateTime: 2021-10-24
+Sa-Plus v1.27.0  (2022-02-26)
 devdoc: http://sa-plus.dev33.cn
-github: https://github.com/click33/sa-plus

+ 1 - 1
sp-devdoc/doc/README.md

@@ -2,7 +2,7 @@
 	<!-- <img alt="logo" src="https://gitee.com/click33/sa-plus/raw/master/sp-devdoc/sa-plus.png" width="350"> -->
 	<h2 align="center" style="font-size: 80px; font-weight: 700;">Sa-plus</h2>
 </div>
-<div align="center" style="margin-top: 30px; font-size: 22px;"><b>v1.26.0</b></div>
+<div align="center" style="margin-top: 30px; font-size: 22px;"><b>v1.27.0</b></div>
 <h4 align="center">一个基于 SpringBoot 的快速开发框架,内置代码生成器</h4>
 <p align="center">
 	<a href="https://gitee.com/click33/sa-plus/stargazers"><img src="https://gitee.com/click33/sa-plus/badge/star.svg"></a>

+ 1 - 1
sp-devdoc/doc/index.html

@@ -29,7 +29,7 @@
 		<script>
 			// 一些配置 
 			window.$docsify = {
-				name: '<big><b>Sa-plus</b></big> &nbsp;<small>v1.26.0</small>', // 名字 
+				name: '<big><b>Sa-plus</b></big> &nbsp;<small>v1.27.0</small>', // 名字 
 				basePath: location.pathname.substr(0, location.pathname.lastIndexOf('/') + 1),	// 自动计算项目名字 
 				// themeColor: '#06A3D7', // 主题颜色  0C2E09
 				// themeColor: '#147837', // 主题颜色  

+ 1 - 1
sp-devdoc/index.html

@@ -134,7 +134,7 @@
 								</div>
 							</div> 
 							<br><br>
-							<div class="animated fadeInUp"><span style="font-size: 0.9em; font-weight: 400;"> 当前版本 v1.26.0 &emsp;更新于 2021-10-24</span></div>
+							<div class="animated fadeInUp"><span style="font-size: 0.9em; font-weight: 400;"> 当前版本 v1.27.0 &emsp;更新于 2021-10-24</span></div>
 						</div>
 					</div>
 				</div>

+ 1 - 1
sp-generate/src/main/java/com/pj/SpGenerateApplication.java

@@ -83,7 +83,7 @@ public class SpGenerateApplication {
 		
 		// ===================================  完结输出   =================================== 
 		System.out.println("\n\n------------------------------ 完结撒花 ------------------------------");
-		System.out.println(" - sa-plus 快速开发平台,  当前版本v1.26.0,更新于2021-10-24 ");
+		System.out.println(" - sa-plus 快速开发平台,  当前版本v1.27.0,更新于2022-02-26 ");
 		System.out.println(" - 在线文档: http://sa-plus.dev33.cn");
 		System.out.println(" - 开源地址: https://github.com/click33/sa-plus\n\n");
 		

+ 1 - 3
sp-server/src/main/resources/banner.txt

@@ -4,7 +4,5 @@
  (__  )/ /_/ /  /_____/  / /_/ // // /_/ /(__  ) 
 /____/ \__,_/           / .___//_/ \__,_//____/  
                        /_/                       
-sa-plus running Spring Boot ${spring-boot.version} 
-version: v1.26.0   updateTime: 2021-10-24
+Sa-Plus v1.27.0  (2022-02-26)
 devdoc: http://sa-plus.dev33.cn
-github: https://github.com/click33/sa-plus

+ 1 - 1
sps_vue-element-admin/README.md

@@ -1,7 +1,7 @@
 ## 介绍
 此为Vue单页版UI:vue2、element-ui、js、vue-cli、vuex、vue-router、axios、xlsx
 
-跟随 Sa-Plus 主版本:v1.26.0 
+跟随 Sa-Plus 主版本:v1.27.0 
 
 ## 运行 
 

+ 4 - 1
sps_vue-element-admin/src/admin-init.js

@@ -1,5 +1,6 @@
 import sa from '@/sa-frame/sa';
 import store from '@/store';
+import router from "@/router";
 
 // admin模板初始化函数
 export default function(init) {
@@ -10,7 +11,9 @@ export default function(init) {
     // 验证权限
     if(!(res.data.admin && res.data.perList.indexOf('in-system') > -1)) {
       sa.$sys.setCurrUser(res.data.admin);
-      return sa.alert('当前账号暂无进入后台权限');
+      return sa.alert('当前账号暂无进入后台权限', function (){
+        router.push('/login');
+      });
     }
 
     // 当前用户信息,保存到本地中

+ 2 - 2
sps_vue-element-admin/src/sp-views/sp-admin-login/sp-admin-login-list.vue

@@ -27,11 +27,11 @@
             </el-link>
           </template>
         </sa-td>
-        <sa-td name="本次登录Token" prop="accToken" width="180px"></sa-td>
-        <sa-td name="登陆IP" prop="loginIp" width="130px"></sa-td>
+        <sa-td name="登陆IP" prop="loginIp"></sa-td>
         <sa-td name="客户端标识" prop="device"></sa-td>
         <sa-td name="所属系统" prop="system"></sa-td>
         <sa-td name="登录地" prop="address"></sa-td>
+        <sa-td name="本次登录Token" prop="accToken" width="180px"></sa-td>
         <sa-td name="登录时间" width="220px">
           <template slot-scope="s">
             <span>{{sa.forDate(s.row.createTime, 2)}}</span> -

+ 2 - 2
sps_vue-element-admin/vue.config.js

@@ -24,8 +24,8 @@ module.exports = {
    * In most cases please use '/' !!!
    * Detail: https://cli.vuejs.org/config/#publicpath
    */
-  publicPath: '/',
-  // publicPath: '/sps_vue-element-admin',
+  // publicPath: '/',
+  publicPath: '/sps_vue-element-admin',
   outputDir: 'dist',
   assetsDir: 'static',
   lintOnSave: process.env.NODE_ENV === 'development',