update
This commit is contained in:
parent
c50b55044a
commit
d4e877e3d7
3
java-mall-app-shop-admin/.gitignore
vendored
3
java-mall-app-shop-admin/.gitignore
vendored
@ -1,5 +1,8 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
/unpackage/*
|
||||
unpackage/
|
||||
/unpackage/
|
||||
/dist
|
||||
/admin/
|
||||
# local env files
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
// #ifdef APP-PLUS
|
||||
import APPUpdate, { getCurrentNo } from "@/config/appUpdate";
|
||||
// #endif
|
||||
import { GetAPPversion } from "@/api/checkAPPupdate";
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
||||
@ -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
Loading…
Reference in New Issue
Block a user