登录验证码灰色 模板内容修改

This commit is contained in:
QM303176530
2020-05-03 17:17:12 +08:00
parent 08e21621d7
commit c731b87f90
2 changed files with 2 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ import {
update{{.StructName}},
find{{.StructName}},
get{{.StructName}}List
} from "@/api/{{.StructName}}"; // 此处请自行替换地址
} from "@/api/{{.PackageName}}"; // 此处请自行替换地址
import { formatTimeToStr } from "@/utils/data";
import infoList from "@/components/mixins/infoList";