refactor(auth): 移除未使用的js-cookie导入并重构token管理
feat(ruoyi): 新增ruoyi工具包包含request、auth等工具 将原有的auth.js和request.js功能迁移至新创建的@klp/ruoyi工具包中,并更新相关引用
This commit is contained in:
@@ -52,7 +52,8 @@
|
||||
"vue-router": "3.4.9",
|
||||
"vuedraggable": "2.24.3",
|
||||
"vuex": "3.6.0",
|
||||
"xlsx": "^0.18.5"
|
||||
"xlsx": "^0.18.5",
|
||||
"@klp/ruoyi": "workspace:^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "4.4.6",
|
||||
|
||||
Reference in New Issue
Block a user