feat:DevKit add disconnect action

This commit is contained in:
pengfei.zhou
2020-03-20 15:53:09 +08:00
committed by osborn
parent 4d6884098c
commit e9d8018a09
7 changed files with 37 additions and 5 deletions

View File

@@ -4005,7 +4005,7 @@ return __module.exports;
var doric_web = (function (exports, axios, sandbox) {
'use strict';
axios = axios && Object.prototype.hasOwnProperty.call(axios, 'default') ? axios['default'] : axios;
axios = axios && axios.hasOwnProperty('default') ? axios['default'] : axios;
class DoricPlugin {
constructor(context) {

File diff suppressed because one or more lines are too long