|
@@ -1,5 +1,5 @@
|
|
|
/**
|
|
|
- * @author https://gitee.com/chu1204505056/vue-admin-better (不想保留author可删除)
|
|
|
+ * @author https://vue-admin-beautiful.com (不想保留author可删除)
|
|
|
* @description 格式化时间
|
|
|
* @param time
|
|
|
* @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 格式化时间
|
|
|
* @param time
|
|
|
* @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格式
|
|
|
* @param url
|
|
|
* @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 父子关系的数组转换成树形结构数据
|
|
|
* @param data
|
|
|
* @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 树形结构数据转换成父子关系的数组
|
|
|
* @param data
|
|
|
* @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位时间戳转换
|
|
|
* @param time
|
|
|
* @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位时间戳转换
|
|
|
* @param time
|
|
|
* @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
|
|
|
* @param length
|
|
|
* @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的随机数
|
|
|
* @param m
|
|
|
* @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
|
|
|
* @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
|
|
|
* @type {function(...[*]=)}
|
|
|
*/
|