Поправила url картинок
This commit is contained in:
@@ -47,7 +47,7 @@ import BaseAvatar from "@/components/base/BaseAvatar.vue";
|
||||
import BaseInputDate from "@/components/base/BaseInputDate.vue";
|
||||
import BaseInputTime from "@/components/base/BaseInputTime.vue";
|
||||
import * as moment from "moment/moment";
|
||||
import { mapGetters, mapActions } from "vuex";
|
||||
import { mapGetters, mapActions, mapState } from "vuex";
|
||||
import BaseButton from "@/components/base/BaseButton.vue";
|
||||
export default {
|
||||
name: "MedicalProtocolCreateModal",
|
||||
@@ -67,10 +67,12 @@ export default {
|
||||
date: null,
|
||||
startTime: null,
|
||||
},
|
||||
url: "https://astra-dev.dopcore.com/api/store/",
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState({
|
||||
url: (state) => state.imgUrl,
|
||||
}),
|
||||
...mapGetters({
|
||||
userData: "getUserData",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user