mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
fix: ci
This commit is contained in:
@@ -73,7 +73,7 @@ async function createAppConfigPlugin({
|
||||
* Get the configuration file variable name
|
||||
* @param env
|
||||
*/
|
||||
export const getVariableName = (title: string) => {
|
||||
const getVariableName = (title: string) => {
|
||||
function strToHex(str: string) {
|
||||
const result: string[] = [];
|
||||
for (let i = 0; i < str.length; ++i) {
|
||||
|
Reference in New Issue
Block a user