⬆ chore: update dependencies

This commit is contained in:
chuzhixin 2022-10-11 23:19:31 +08:00
parent 8b1a0e361c
commit ccd42d327a
36 changed files with 55 additions and 59 deletions

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description .eslintrc.js * @description .eslintrc.js
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description stylelint * @description stylelint
*/ */
module.exports = { module.exports = {

View File

@ -40,7 +40,7 @@
"editor.suggest.snippetsPreventQuickSuggestions": false, "editor.suggest.snippetsPreventQuickSuggestions": false,
"prettier.htmlWhitespaceSensitivity": "ignore", "prettier.htmlWhitespaceSensitivity": "ignore",
"prettier.vueIndentScriptAndStyle": true, "prettier.vueIndentScriptAndStyle": true,
"docthis.authorName": "https://gitee.com/chu1204505056/vue-admin-better", "docthis.authorName": "https://vue-admin-beautiful.com",
"docthis.includeAuthorTag": true, "docthis.includeAuthorTag": true,
"docthis.includeDescriptionTag": true, "docthis.includeDescriptionTag": true,
"docthis.enableHungarianNotationEvaluation": true, "docthis.enableHungarianNotationEvaluation": true,

View File

@ -7,7 +7,7 @@
</div> </div>
[![stars](https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&logo=GitHub)](https://github.com/chuzhixin/vue-admin-beautiful) [![stars](https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&logo=GitHub)](https://github.com/chuzhixin/vue-admin-beautiful)
[![star](https://gitee.com/chu1204505056/vue-admin-better/badge/star.svg?theme=gray)](https://gitee.com/chu1204505056/vue-admin-better) [![star](https://vue-admin-beautiful.com/badge/star.svg?theme=gray)](https://vue-admin-beautiful.com)
[![license](https://img.shields.io/github/license/chuzhixin/vue-admin-beautiful?style=flat-square)](https://en.wikipedia.org/wiki/MIT_License) [![license](https://img.shields.io/github/license/chuzhixin/vue-admin-beautiful?style=flat-square)](https://en.wikipedia.org/wiki/MIT_License)
--- ---
@ -40,7 +40,7 @@
- [🌐 Github Warehouse address](https://github.com/chuzhixin/vue-admin-beautiful?utm_source=gold_browser_extension) - [🌐 Github Warehouse address](https://github.com/chuzhixin/vue-admin-beautiful?utm_source=gold_browser_extension)
- [🌐 Gitee Warehouse address](https://gitee.com/chu1204505056/vue-admin-better?_from=gitee_search) - [🌐 Gitee Warehouse address](https://vue-admin-beautiful.com?_from=gitee_search)
- Recently, the VAB official website has been frequently attacked by DDoS. We have taken relevant preventive measures. If the website cannot be accessed, please visit the backup address - Recently, the VAB official website has been frequently attacked by DDoS. We have taken relevant preventive measures. If the website cannot be accessed, please visit the backup address

View File

@ -7,7 +7,7 @@
</div> </div>
[![stars](https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&logo=GitHub)](https://github.com/chuzhixin/vue-admin-beautiful) [![stars](https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&logo=GitHub)](https://github.com/chuzhixin/vue-admin-beautiful)
[![star](https://gitee.com/chu1204505056/vue-admin-better/badge/star.svg?theme=gray)](https://gitee.com/chu1204505056/vue-admin-better) [![star](https://vue-admin-beautiful.com/badge/star.svg?theme=gray)](https://vue-admin-beautiful.com)
[![license](https://img.shields.io/github/license/chuzhixin/vue-admin-beautiful?style=flat-square)](https://en.wikipedia.org/wiki/MIT_License) [![license](https://img.shields.io/github/license/chuzhixin/vue-admin-beautiful?style=flat-square)](https://en.wikipedia.org/wiki/MIT_License)
--- ---
@ -42,7 +42,7 @@
- [🌐 github 仓库地址](https://github.com/chuzhixin/vue-admin-beautiful?utm_source=gold_browser_extension) - [🌐 github 仓库地址](https://github.com/chuzhixin/vue-admin-beautiful?utm_source=gold_browser_extension)
- [🌐 码云仓库地址](https://gitee.com/chu1204505056/vue-admin-better?_from=gitee_search) - [🌐 码云仓库地址](https://vue-admin-beautiful.com?_from=gitee_search)
<!-- ## 🌐 备份地址(支持 https 网站自动更新) <!-- ## 🌐 备份地址(支持 https 网站自动更新)

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description babel.config * @description babel.config
*/ */
module.exports = { module.exports = {

View File

@ -3,7 +3,7 @@ const { join } = require('path')
const fs = require('fs') const fs = require('fs')
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 随机生成图片url * @description 随机生成图片url
* @param width * @param width
* @param height * @param height
@ -14,7 +14,7 @@ function handleRandomImage(width = 50, height = 50) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 处理所有 controller 模块npm run serve时在node环境中自动输出controller文件夹下Mock接口请勿修改 * @description 处理所有 controller 模块npm run serve时在node环境中自动输出controller文件夹下Mock接口请勿修改
* @returns {[]} * @returns {[]}
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 代码生成机 * @description 代码生成机
*/ */
const viewGenerator = require('zx-templates/view/prompt') const viewGenerator = require('zx-templates/view/prompt')

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 代码规范 * @description 代码规范
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 路由守卫目前两种模式all模式与intelligence模式 * @description 路由守卫目前两种模式all模式与intelligence模式
*/ */
import router from '@/router' import router from '@/router'

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 公共布局及样式自动引入 * @description 公共布局及样式自动引入
*/ */

View File

@ -5,7 +5,7 @@ import router from './router'
import './plugins' import './plugins'
import '@/layouts/export' import '@/layouts/export'
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 生产环境默认都使用mock如果正式用于生产环境时记得去掉 * @description 生产环境默认都使用mock如果正式用于生产环境时记得去掉
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description router全局配置如有必要可分文件抽离其中asyncRoutes只有在intelligence模式下才会用到vip文档中已提供路由的基础图标与小清新图标的配置方案请仔细阅读 * @description router全局配置如有必要可分文件抽离其中asyncRoutes只有在intelligence模式下才会用到vip文档中已提供路由的基础图标与小清新图标的配置方案请仔细阅读
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 导入所有 vuex 模块自动加入namespaced:true用于解决vuex命名冲突请勿修改 * @description 导入所有 vuex 模块自动加入namespaced:true用于解决vuex命名冲突请勿修改
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 异常捕获的状态拦截请勿修改 * @description 异常捕获的状态拦截请勿修改
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 路由拦截状态管理目前两种模式all模式与intelligence模式其中partialRoutes是菜单暂未使用 * @description 路由拦截状态管理目前两种模式all模式与intelligence模式其中partialRoutes是菜单暂未使用
*/ */
import { asyncRoutes, constantRoutes } from '@/router' import { asyncRoutes, constantRoutes } from '@/router'

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 所有全局配置的状态管理如无必要请勿修改 * @description 所有全局配置的状态管理如无必要请勿修改
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 代码生成机状态管理 * @description 代码生成机状态管理
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description tabsBar多标签页逻辑前期借鉴了很多开源项目发现都有个共同的特点很繁琐并不符合框架设计的初衷后来在github用户hipi的启发下完成了重构请勿修改 * @description tabsBar多标签页逻辑前期借鉴了很多开源项目发现都有个共同的特点很繁琐并不符合框架设计的初衷后来在github用户hipi的启发下完成了重构请勿修改
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 登录获取用户信息退出登录清除accessToken逻辑不建议修改 * @description 登录获取用户信息退出登录清除accessToken逻辑不建议修改
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better 不想保留author可删除 * @author https://vue-admin-beautiful.com 不想保留author可删除
* @description 全局加载动画 * @description 全局加载动画
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better 不想保留author可删除 * @author https://vue-admin-beautiful.com 不想保留author可删除
* @description vue过渡动画 * @description vue过渡动画
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better 不想保留author可删除 * @author https://vue-admin-beautiful.com 不想保留author可删除
* @description 全局样式 * @description 全局样式
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better 不想保留author可删除 * @author https://vue-admin-beautiful.com 不想保留author可删除
* @description 全局主题变量配置 * @description 全局主题变量配置
*/ */
/* stylelint-disable */ /* stylelint-disable */

View File

@ -1,7 +1,7 @@
import { storage, tokenTableName } from '@/config' import { storage, tokenTableName } from '@/config'
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 获取accessToken * @description 获取accessToken
* @returns {string|ActiveX.IXMLDOMNode|Promise<any>|any|IDBRequest<any>|MediaKeyStatus|FormDataEntryValue|Function|Promise<Credential | null>} * @returns {string|ActiveX.IXMLDOMNode|Promise<any>|any|IDBRequest<any>|MediaKeyStatus|FormDataEntryValue|Function|Promise<Credential | null>}
*/ */
@ -20,7 +20,7 @@ export function getAccessToken() {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 存储accessToken * @description 存储accessToken
* @param accessToken * @param accessToken
* @returns {void|*} * @returns {void|*}
@ -40,7 +40,7 @@ export function setAccessToken(accessToken) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 移除accessToken * @description 移除accessToken
* @returns {void|Promise<void>} * @returns {void|Promise<void>}
*/ */

View File

@ -10,7 +10,7 @@ function clipboardError() {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 复制数据 * @description 复制数据
* @param text * @param text
* @param event * @param event

View File

@ -5,7 +5,7 @@ const privateKey =
'MIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBAMFPa+v52FkSUXvcUnrGI/XzW3EpZRI0s9BCWJ3oNQmEYA5luWW5p8h0uadTIoTyYweFPdH4hveyxlwmS7oefvbIdiP+o+QIYW/R4Wjsb4Yl8MhR4PJqUE3RCy6IT9fM8ckG4kN9ECs6Ja8fQFc6/mSl5dJczzJO3k1rWMBhKJD/AgMBAAECgYEAucMakH9dWeryhrYoRHcXo4giPVJsH9ypVt4KzmOQY/7jV7KFQK3x//27UoHfUCak51sxFw9ek7UmTPM4HjikA9LkYeE7S381b4QRvFuf3L6IbMP3ywJnJ8pPr2l5SqQ00W+oKv+w/VmEsyUHr+k4Z+4ik+FheTkVWp566WbqFsECQQDjYaMcaKw3j2Zecl8T6eUe7fdaRMIzp/gcpPMfT/9rDzIQk+7ORvm1NI9AUmFv/FAlfpuAMrdL2n7p9uznWb7RAkEA2aP934kbXg5bdV0R313MrL+7WTK/qdcYxATUbMsMuWWQBoS5irrt80WCZbG48hpocJavLNjbtrjmUX3CuJBmzwJAOJg8uP10n/+ZQzjEYXh+BszEHDuw+pp8LuT/fnOy5zrJA0dO0RjpXijO3vuiNPVgHXT9z1LQPJkNrb5ACPVVgQJBALPeb4uV0bNrJDUb5RB4ghZnIxv18CcaqNIft7vuGCcFBAIPIRTBprR+RuVq+xHDt3sNXdsvom4h49+Hky1b0ksCQBBwUtVaqH6ztCtwUF1j2c/Zcrt5P/uN7IHAd44K0gIJc1+Csr3qPG+G2yoqRM8KVqLI8Z2ZYn9c+AvEE+L9OQY=' 'MIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBAMFPa+v52FkSUXvcUnrGI/XzW3EpZRI0s9BCWJ3oNQmEYA5luWW5p8h0uadTIoTyYweFPdH4hveyxlwmS7oefvbIdiP+o+QIYW/R4Wjsb4Yl8MhR4PJqUE3RCy6IT9fM8ckG4kN9ECs6Ja8fQFc6/mSl5dJczzJO3k1rWMBhKJD/AgMBAAECgYEAucMakH9dWeryhrYoRHcXo4giPVJsH9ypVt4KzmOQY/7jV7KFQK3x//27UoHfUCak51sxFw9ek7UmTPM4HjikA9LkYeE7S381b4QRvFuf3L6IbMP3ywJnJ8pPr2l5SqQ00W+oKv+w/VmEsyUHr+k4Z+4ik+FheTkVWp566WbqFsECQQDjYaMcaKw3j2Zecl8T6eUe7fdaRMIzp/gcpPMfT/9rDzIQk+7ORvm1NI9AUmFv/FAlfpuAMrdL2n7p9uznWb7RAkEA2aP934kbXg5bdV0R313MrL+7WTK/qdcYxATUbMsMuWWQBoS5irrt80WCZbG48hpocJavLNjbtrjmUX3CuJBmzwJAOJg8uP10n/+ZQzjEYXh+BszEHDuw+pp8LuT/fnOy5zrJA0dO0RjpXijO3vuiNPVgHXT9z1LQPJkNrb5ACPVVgQJBALPeb4uV0bNrJDUb5RB4ghZnIxv18CcaqNIft7vuGCcFBAIPIRTBprR+RuVq+xHDt3sNXdsvom4h49+Hky1b0ksCQBBwUtVaqH6ztCtwUF1j2c/Zcrt5P/uN7IHAd44K0gIJc1+Csr3qPG+G2yoqRM8KVqLI8Z2ZYn9c+AvEE+L9OQY='
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description RSA加密 * @description RSA加密
* @param data * @param data
* @returns {Promise<{param: PromiseLike<ArrayBuffer>}|*>} * @returns {Promise<{param: PromiseLike<ArrayBuffer>}|*>}
@ -31,7 +31,7 @@ export async function encryptedData(data) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description RSA解密 * @description RSA解密
* @param data * @param data
* @returns {PromiseLike<ArrayBuffer>} * @returns {PromiseLike<ArrayBuffer>}

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description all模式渲染后端返回路由 * @description all模式渲染后端返回路由
* @param constantRoutes * @param constantRoutes
* @returns {*} * @returns {*}
@ -27,7 +27,7 @@ export function convertRouter(asyncRoutes) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 判断当前路由是否包含权限 * @description 判断当前路由是否包含权限
* @param permissions * @param permissions
* @param route * @param route
@ -42,7 +42,7 @@ function hasPermission(permissions, route) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description intelligence模式根据permissions数组拦截路由 * @description intelligence模式根据permissions数组拦截路由
* @param routes * @param routes
* @param permissions * @param permissions

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 格式化时间 * @description 格式化时间
* @param time * @param time
* @param cFormat * @param cFormat
@ -45,7 +45,7 @@ export function parseTime(time, cFormat) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 格式化时间 * @description 格式化时间
* @param time * @param time
* @param option * @param option
@ -90,7 +90,7 @@ export function formatTime(time, option) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 将url请求参数转为json格式 * @description 将url请求参数转为json格式
* @param url * @param url
* @returns {{}|any} * @returns {{}|any}
@ -112,7 +112,7 @@ export function paramObj(url) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 父子关系的数组转换成树形结构数据 * @description 父子关系的数组转换成树形结构数据
* @param data * @param data
* @returns {*} * @returns {*}
@ -143,7 +143,7 @@ export function translateDataToTree(data) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 树形结构数据转换成父子关系的数组 * @description 树形结构数据转换成父子关系的数组
* @param data * @param data
* @returns {[]} * @returns {[]}
@ -170,7 +170,7 @@ export function translateTreeToData(data) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 10位时间戳转换 * @description 10位时间戳转换
* @param time * @param time
* @returns {string} * @returns {string}
@ -192,7 +192,7 @@ export function tenBitTimestamp(time) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 13位时间戳转换 * @description 13位时间戳转换
* @param time * @param time
* @returns {string} * @returns {string}
@ -214,7 +214,7 @@ export function thirteenBitTimestamp(time) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 获取随机id * @description 获取随机id
* @param length * @param length
* @returns {string} * @returns {string}
@ -229,7 +229,7 @@ export function uuid(length = 32) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description m到n的随机数 * @description m到n的随机数
* @param m * @param m
* @param n * @param n
@ -240,7 +240,7 @@ export function random(m, n) {
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description addEventListener * @description addEventListener
* @type {function(...[*]=)} * @type {function(...[*]=)}
*/ */
@ -253,7 +253,7 @@ export const on = (function () {
})() })()
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description removeEventListener * @description removeEventListener
* @type {function(...[*]=)} * @type {function(...[*]=)}
*/ */

View File

@ -1,7 +1,7 @@
import { title } from '@/config' import { title } from '@/config'
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 设置标题 * @description 设置标题
* @param pageTitle * @param pageTitle
* @returns {string} * @returns {string}

View File

@ -1,7 +1,7 @@
import store from '@/store' import store from '@/store'
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 检查权限 * @description 检查权限
* @param value * @param value
* @returns {boolean} * @returns {boolean}

View File

@ -19,7 +19,7 @@ import { isArray } from '@/utils/validate'
let loadingInstance let loadingInstance
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 处理code异常 * @description 处理code异常
* @param {*} code * @param {*} code
* @param {*} msg * @param {*} msg

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better * @author https://vue-admin-beautiful.com
* @description 导入所有 controller 模块浏览器环境中自动输出controller文件夹下Mock接口请勿修改 * @description 导入所有 controller 模块浏览器环境中自动输出controller文件夹下Mock接口请勿修改
*/ */
import Mock from 'mockjs' import Mock from 'mockjs'

View File

@ -8,7 +8,7 @@ export function isExternal(path) {
return /^(https?:|mailto:|tel:)/.test(path) return /^(https?:|mailto:|tel:)/.test(path)
} }
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description 校验密码是否小于6位 * @description 校验密码是否小于6位
* @param str * @param str
* @returns {boolean} * @returns {boolean}

View File

@ -108,10 +108,7 @@
> >
<el-button type="warning">github下载源码点star</el-button> <el-button type="warning">github下载源码点star</el-button>
</a> </a>
<a <a target="_blank" href="https://vue-admin-beautiful.com">
target="_blank"
href="https://gitee.com/chu1204505056/vue-admin-better"
>
<el-button type="warning">码云下载源码点star</el-button> <el-button type="warning">码云下载源码点star</el-button>
</a> </a>
<a @click="handleChangeTheme"> <a @click="handleChangeTheme">

View File

@ -1,5 +1,5 @@
/** /**
* @author https://gitee.com/chu1204505056/vue-admin-better author * @author https://vue-admin-beautiful.com author
* @description cli配置 * @description cli配置
*/ */
@ -28,8 +28,7 @@ const dayjs = require('dayjs')
const date = dayjs().format('YYYY_M_D') const date = dayjs().format('YYYY_M_D')
const time = dayjs().format('YYYY-M-D HH:mm:ss') const time = dayjs().format('YYYY-M-D HH:mm:ss')
process.env.VUE_APP_TITLE = title || 'vue-admin-beautiful' process.env.VUE_APP_TITLE = title || 'vue-admin-beautiful'
process.env.VUE_APP_AUTHOR = process.env.VUE_APP_AUTHOR = author || 'https://vue-admin-beautiful.com'
author || 'https://gitee.com/chu1204505056/vue-admin-better'
process.env.VUE_APP_UPDATE_TIME = time process.env.VUE_APP_UPDATE_TIME = time
process.env.VUE_APP_VERSION = version process.env.VUE_APP_VERSION = version