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