dev
This commit is contained in:
parent
058d621733
commit
039a967d17
|
|
@ -211,7 +211,7 @@ let logout = function () {
|
|||
)
|
||||
.then(() => {
|
||||
localStorage.removeItem('token')
|
||||
post(API.Common.Sign.SignOut).then((res: any) => {
|
||||
post(API.Common.Sign.Out).then((res: any) => {
|
||||
useRouter().push("/manager/login")
|
||||
})
|
||||
ElMessage({
|
||||
|
|
|
|||
|
|
@ -59,9 +59,8 @@
|
|||
import Mask from "@/components/Mask.vue";
|
||||
import CloseBtn from "@/components/CloseBtn.vue";
|
||||
import {nextTick, ref} from "vue";
|
||||
import IdCodeListShow from "@/components/retail/IdCodeListShow.vue";
|
||||
import AssociationIdCode from "@/components/retail/AssociationIdCode.vue";
|
||||
import TraceabilityCodeAdd from "@/components/retail/TraceabilityCodeAdd.vue";
|
||||
import IdCodeListShow from "@/components/charge/IdCodeListShow.vue";
|
||||
import AssociationIdCode from "@/components/charge/AssociationIdCode.vue";
|
||||
import {ElMessage, ElMessageBox} from "element-plus";
|
||||
import {post} from "@/utils/request.ts";
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import DiseaseDetails from './DiseaseDetails.vue';
|
|||
import {post} from "@/utils/request.ts";
|
||||
import {ref} from "vue";
|
||||
import {formatListTime} from "@/utils/dateUtils.ts";
|
||||
import {API, Base} from "@/assets/config/API.ts";
|
||||
import {API} from "@/assets/config/API.ts";
|
||||
|
||||
const props = defineProps({
|
||||
status: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue