2024.5.13 后台优化
This commit is contained in:
		
							parent
							
								
									95cac1a3d1
								
							
						
					
					
						commit
						9e09fcb49c
					
				| @ -1,5 +1,5 @@ | ||||
| # 页面标题 | ||||
| VUE_APP_TITLE = 若依管理系统 | ||||
| VUE_APP_TITLE = 革命纪念馆管理系统 | ||||
| 
 | ||||
| # 开发环境配置 | ||||
| ENV = 'development' | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| # 页面标题 | ||||
| VUE_APP_TITLE = 若依管理系统 | ||||
| VUE_APP_TITLE = 革命纪念馆管理系统 | ||||
| 
 | ||||
| # 生产环境配置 | ||||
| ENV = 'production' | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| # 页面标题 | ||||
| VUE_APP_TITLE = 若依管理系统 | ||||
| VUE_APP_TITLE = 革命纪念馆管理系统 | ||||
| 
 | ||||
| NODE_ENV = production | ||||
| 
 | ||||
|  | ||||
| @ -2,7 +2,7 @@ | ||||
|   "name": "ruoyi", | ||||
|   "version": "3.8.7", | ||||
|   "description": "革命纪念馆管理系统", | ||||
|   "author": "若依", | ||||
|   "author": "新元素", | ||||
|   "license": "MIT", | ||||
|   "scripts": { | ||||
|     "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", | ||||
|  | ||||
| @ -7,21 +7,21 @@ | ||||
| 
 | ||||
|     <div class="right-menu"> | ||||
|       <template v-if="device!=='mobile'"> | ||||
|         <search id="header-search" class="right-menu-item" /> | ||||
| <!--        <search id="header-search" class="right-menu-item" />--> | ||||
| 
 | ||||
|         <el-tooltip content="源码地址" effect="dark" placement="bottom"> | ||||
|           <ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" /> | ||||
|         </el-tooltip> | ||||
| <!--        <el-tooltip content="源码地址" effect="dark" placement="bottom">--> | ||||
| <!--          <ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />--> | ||||
| <!--        </el-tooltip>--> | ||||
| 
 | ||||
|         <el-tooltip content="文档地址" effect="dark" placement="bottom"> | ||||
|           <ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" /> | ||||
|         </el-tooltip> | ||||
| <!--        <el-tooltip content="文档地址" effect="dark" placement="bottom">--> | ||||
| <!--          <ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />--> | ||||
| <!--        </el-tooltip>--> | ||||
| 
 | ||||
|         <screenfull id="screenfull" class="right-menu-item hover-effect" /> | ||||
| <!--        <screenfull id="screenfull" class="right-menu-item hover-effect" />--> | ||||
| 
 | ||||
|         <el-tooltip content="布局大小" effect="dark" placement="bottom"> | ||||
|           <size-select id="size-select" class="right-menu-item hover-effect" /> | ||||
|         </el-tooltip> | ||||
| <!--        <el-tooltip content="布局大小" effect="dark" placement="bottom">--> | ||||
| <!--          <size-select id="size-select" class="right-menu-item hover-effect" />--> | ||||
| <!--        </el-tooltip>--> | ||||
| 
 | ||||
|       </template> | ||||
| 
 | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <div class="login"> | ||||
|     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> | ||||
|       <h3 class="title">若依后台管理系统</h3> | ||||
|       <h3 class="title">革命纪念馆后台管理系统</h3> | ||||
|       <el-form-item prop="username"> | ||||
|         <el-input | ||||
|           v-model="loginForm.username" | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <div class="register"> | ||||
|     <el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form"> | ||||
|       <h3 class="title">若依后台管理系统</h3> | ||||
|       <h3 class="title">革命纪念馆后台管理系统</h3> | ||||
|       <el-form-item prop="username"> | ||||
|         <el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号"> | ||||
|           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" /> | ||||
|  | ||||
| @ -134,6 +134,8 @@ | ||||
|       border | ||||
|       :tree-props="{children: 'children', hasChildren: 'hasChildren'}"> | ||||
|       <el-table-column label="分类名称" prop="categoryName" /> | ||||
|       <el-table-column label="排序" prop="sort" /> | ||||
|       <el-table-column label="标签" prop="tagName" /> | ||||
|       <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> | ||||
|         <template slot-scope="scope"> | ||||
|           <el-button | ||||
|  | ||||
| @ -7,7 +7,7 @@ function resolve(dir) { | ||||
| 
 | ||||
| const CompressionPlugin = require('compression-webpack-plugin') | ||||
| 
 | ||||
| const name = process.env.VUE_APP_TITLE || '若依管理系统' // 网页标题
 | ||||
| const name = process.env.VUE_APP_TITLE || '革命纪念馆管理系统' // 网页标题
 | ||||
| 
 | ||||
| const port = process.env.port || process.env.npm_config_port || 80 // 端口
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user