Commit 89e46257 by lanyulei Committed by GitHub

Merge pull request #21 from lanyulei/dev

Dev
parents ecbb9cfc aedf0d63
...@@ -362,9 +362,7 @@ export default { ...@@ -362,9 +362,7 @@ export default {
}) })
} }
if (this.disabled === undefined || this.disabled === null) { if (this.disabled !== undefined && this.disabled !== null) {
this.widget.options.disabled = false
} else {
this.widget.options.disabled = this.disabled this.widget.options.disabled = this.disabled
} }
......
...@@ -27,7 +27,7 @@ module.exports = { ...@@ -27,7 +27,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath * Detail: https://cli.vuejs.org/config/#publicpath
*/ */
publicPath: '/', publicPath: '/',
outputDir: 'dist', outputDir: 'ferry_web',
assetsDir: 'static', assetsDir: 'static',
lintOnSave: false, // process.env.NODE_ENV === 'development', lintOnSave: false, // process.env.NODE_ENV === 'development',
productionSourceMap: false, productionSourceMap: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment