说明内容支持markdown格式,文件名、方法名、注释优化
This commit is contained in:
@@ -8,7 +8,7 @@ export default createStore({
|
||||
pageTabNameMap: {},
|
||||
swaggerDoc: {},
|
||||
swaggerDefinitions: {},
|
||||
swaggerTreePathMap: {},
|
||||
urlMethodMap: {},
|
||||
methodStatistic: {},
|
||||
// 数据库存储的地址信息
|
||||
swaggerResource: {},
|
||||
@@ -33,8 +33,8 @@ export default createStore({
|
||||
state.swaggerDoc = swaggerDoc;
|
||||
state.swaggerDefinitions = swaggerDoc.definitions || {};
|
||||
},
|
||||
setSwaggerTreePathMap(state, swaggerTreePathMap) {
|
||||
state.swaggerTreePathMap = swaggerTreePathMap;
|
||||
setUrlMethodMap(state, urlMethodMap) {
|
||||
state.urlMethodMap = urlMethodMap;
|
||||
},
|
||||
setMethodStatistic(state, methodStatistic) {
|
||||
state.methodStatistic = methodStatistic;
|
||||
|
||||
Reference in New Issue
Block a user