This commit is contained in:
qijq 2025-05-08 17:03:01 +08:00
parent c50b55044a
commit d4e877e3d7
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,8 @@
.DS_Store
node_modules/
/unpackage/*
unpackage/
/unpackage/
/dist
/admin/
# local env files

View File

@ -2,7 +2,6 @@
// #ifdef APP-PLUS
import APPUpdate, { getCurrentNo } from "@/config/appUpdate";
// #endif
import { GetAPPversion } from "@/api/checkAPPupdate";
export default {
data() {

View File

@ -13,6 +13,7 @@
class="form-input"
v-model="form.administrativeRegion"
placeholder="请先选择省市区"
border="none"
/>
<u-icon
slot="right"

File diff suppressed because one or more lines are too long