前端初始化

ruoyi_test
sunshine7058 2024-04-12 11:59:17 +08:00
parent 7bc96b0b41
commit a7da56f9d5
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
"author": "若依",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",

View File

@ -6,4 +6,4 @@ export const getRouters = () => {
url: '/system/menu/getRouters',
method: 'get'
})
}
}

View File

@ -49,4 +49,4 @@ export function delDept(deptId) {
url: '/system/dept/' + deptId,
method: 'delete'
})
}
}

View File

@ -57,4 +57,4 @@ export function optionselect() {
url: '/system/dict/type/optionselect',
method: 'get'
})
}
}

View File

@ -57,4 +57,4 @@ export function delMenu(menuId) {
url: '/system/menu/' + menuId,
method: 'delete'
})
}
}

View File

@ -41,4 +41,4 @@ export function delNotice(noticeId) {
url: '/system/notice/' + noticeId,
method: 'delete'
})
}
}