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