chore: structure change

This commit is contained in:
xiaoxian521
2021-04-14 16:44:58 +08:00
parent e027fec6dc
commit f4cd720ce8
43 changed files with 859 additions and 766 deletions

View File

@@ -57,7 +57,7 @@ import {
watch,
nextTick,
} from "vue";
import { storageSession } from "../../utils/storage";
import { storageSession } from "/@/utils/storage";
export interface ContextProps {
userName: string;
@@ -71,6 +71,7 @@ export interface ContextProps {
import { useRouter, useRoute } from "vue-router";
export default defineComponent({
name: "Info",
props: {
ruleForm: {
type: Object as PropType<ContextProps>,