Remove unused URL computed props
This commit is contained in:
parent
8de79ad7e8
commit
b47ac8b828
2 changed files with 1 additions and 7 deletions
|
|
@ -235,14 +235,11 @@ export default {
|
||||||
return `${this.$store.getters.baseUri}/stage/move_relative`;
|
return `${this.$store.getters.baseUri}/stage/move_relative`;
|
||||||
},
|
},
|
||||||
zeroActionUri: function() {
|
zeroActionUri: function() {
|
||||||
return `${this.$store.getters.baseUri}/api/v2/actions/stage/zero`;
|
return `${this.$store.getters.baseUri}/stage/zero`;
|
||||||
},
|
},
|
||||||
positionStatusUri: function() {
|
positionStatusUri: function() {
|
||||||
return `${this.baseUri}/stage/position`;
|
return `${this.baseUri}/stage/position`;
|
||||||
},
|
},
|
||||||
pluginsUri: function() {
|
|
||||||
return `${this.$store.getters.baseUri}/api/v2/extensions`;
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
|
|
|
||||||
|
|
@ -59,9 +59,6 @@ export default {
|
||||||
streamImgUri: function() {
|
streamImgUri: function() {
|
||||||
return `${this.$store.getters.baseUri}/camera/mjpeg_stream`;
|
return `${this.$store.getters.baseUri}/camera/mjpeg_stream`;
|
||||||
},
|
},
|
||||||
settingsUri: function() {
|
|
||||||
return `${this.$store.getters.baseUri}/api/v2/instrument/settings`;
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue