Fixed: config sync between plugin page & picbed page

This commit is contained in:
Molunerfinn 2018-12-25 15:24:32 +08:00
parent f7dc41a927
commit 51cea7cdf0
4 changed files with 8 additions and 6 deletions

View File

@ -81,7 +81,7 @@
"lowdb": "^1.0.0", "lowdb": "^1.0.0",
"md5": "^2.2.1", "md5": "^2.2.1",
"melody.css": "^1.0.2", "melody.css": "^1.0.2",
"picgo": "^1.1.14", "picgo": "^1.1.15",
"qiniu": "^7.1.1", "qiniu": "^7.1.1",
"request": "^2.83.0", "request": "^2.83.0",
"request-promise": "^4.2.2", "request-promise": "^4.2.2",

View File

@ -81,7 +81,7 @@
<config-form <config-form
:config="config" :config="config"
:type="currentType" :type="currentType"
:name="configName" :id="configName"
ref="configForm" ref="configForm"
> >
</config-form> </config-form>
@ -111,7 +111,8 @@ export default {
dialogVisible: false, dialogVisible: false,
pluginNameList: [], pluginNameList: [],
loading: true, loading: true,
needReload: false needReload: false,
id: ''
} }
}, },
computed: { computed: {

View File

@ -10,6 +10,7 @@
:config="config" :config="config"
type="uploader" type="uploader"
ref="configForm" ref="configForm"
:id="type"
> >
<el-form-item> <el-form-item>
<el-button-group> <el-button-group>

View File

@ -6196,9 +6196,9 @@ performance-now@^2.1.0:
version "2.1.0" version "2.1.0"
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
picgo@^1.1.14: picgo@^1.1.15:
version "1.1.14" version "1.1.15"
resolved "http://registry.npm.taobao.org/picgo/download/picgo-1.1.14.tgz#ed03b4f0eb887a9eeee6afccc21c321c2fda20e1" resolved "http://registry.npm.taobao.org/picgo/download/picgo-1.1.15.tgz#83688f19f60a5bc46c840778fecfa9a12ce6e757"
dependencies: dependencies:
chalk "^2.4.1" chalk "^2.4.1"
commander "^2.17.0" commander "^2.17.0"