修复位置为空时无法保存gub
This commit is contained in:
parent
cee790c4fc
commit
9dbeeeec35
@ -157,7 +157,7 @@ export default {
|
||||
this.position = this.detail.position
|
||||
}
|
||||
else{
|
||||
this.form.position = ''
|
||||
this.form.position = undefined
|
||||
this.position = {
|
||||
detail:'',
|
||||
position:'',
|
||||
|
@ -1,7 +1,7 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
publicPath: '/water/',
|
||||
publicPath: '/',
|
||||
|
||||
devServer: {
|
||||
host: '127.0.0.1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user