文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 72b0eff8 by 李梓桢

image修改

parent cb241a83
var baseURL = 'http://47.92.1.107/api'
var baseURL = 'http://localhost:9100/api'
export {
baseURL
......
......@@ -839,7 +839,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(({ value }) => {
if (value == null) { value = 'iss' }
if (value == null) { value = '未命名' }
labelName = value
this.makeLabel(labelName)
}).catch(() => {
......
......@@ -847,12 +847,12 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(({ value }) => {
if (value == null) { value = 'iss' }
if (value == null) { value = '未命名' }
labelName = value
this.makeLabel(labelName)
_this.addYes = true
}).catch(() => {
// labelName = 'iss'
// labelName = '未命名'
// this.makeLabel(labelName)
_this.addYes = false
// 还原标注
......
......@@ -583,11 +583,11 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(({ value }) => {
if (value == null) { value = 'iss' }
if (value == null) { value = '未命名' }
landmarkName = value
this.makelandmark(landmarkName, position)
}).catch(() => {
// landmarkName = 'iss'
// landmarkName = '未命名'
// this.makelandmark(landmarkName, position)
})
},
......@@ -640,11 +640,11 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(({ value }) => {
if (value == null) { value = 'iss' }
if (value == null) { value = '未命名' }
name = value
this.makeRectangle(name, northEast, southWest)
}).catch(() => {
// name = 'iss'
// name = '未命名'
// this.makeRectangle(name, northEast, southWest)
this.restore()
})
......@@ -722,11 +722,11 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(({ value }) => {
if (value == null) { value = 'iss' }
if (value == null) { value = '未命名' }
name = value
this.makePolygon(name, path)
}).catch(() => {
// name = 'iss'
// name = '未命名'
// this.makePolygon(name, path)
this.restore()
})
......
......@@ -663,11 +663,11 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(({ value }) => {
if (value == null) { value = 'iss' }
if (value == null) { value = '未命名' }
landmarkName = value
this.makelandmark(landmarkName, position)
}).catch(() => {
// landmarkName = 'iss'
// landmarkName = '未命名'
// this.makelandmark(landmarkName, position)
})
},
......@@ -722,11 +722,11 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(({ value }) => {
if (value == null) { value = 'iss' }
if (value == null) { value = '未命名' }
name = value
this.makeRectangle(name, northEast, southWest)
}).catch(() => {
// name = 'iss'
// name = '未命名'
// this.makeRectangle(name, northEast, southWest)
this.restore()
})
......@@ -806,11 +806,11 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(({ value }) => {
if (value == null) { value = 'iss' }
if (value == null) { value = '未命名' }
name = value
this.makePolygon(name, path)
}).catch(() => {
// name = 'iss'
// name = '未命名'
// this.makePolygon(name, path)
this.restore()
})
......
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 to comment