mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 14:10:29 +08:00
添加依赖
This commit is contained in:
parent
9eca93e801
commit
81accf10df
@ -25,6 +25,7 @@
|
||||
"@midwayjs/validate": "^3.14.7",
|
||||
"@midwayjs/view-ejs": "^3.14.7",
|
||||
"axios": "^1.6.7",
|
||||
"decompress": "^4.2.1",
|
||||
"ipip-ipdb": "^0.6.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -7,7 +7,6 @@ import { Config, IMidwayApplication, IMidwayContext } from '@midwayjs/core';
|
||||
import * as _ from 'lodash';
|
||||
import { PluginInfo } from '../interface';
|
||||
import { PLUGIN_CACHE_KEY, PluginCenterService } from './center';
|
||||
import * as fs from 'fs';
|
||||
import { CacheManager } from '@midwayjs/cache';
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user