webapp
/
GreenwayWeb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c7b1294b6c35505fe3e2c402c693ab74d34fb433
Authored by
wesley88
2025-04-03 12:42:27 +0800
1 parent
d6ddfcc4
1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/store/modules/app.js
admin-web-master/src/store/modules/app.js
View file @
c7b1294
...
...
@@ -7,7 +7,7 @@ const state = {
7
7
withoutAnimation: true
8
8
},
9
9
device: 'desktop',
10
- regionOptions:[
10
+ regionOptions:[
11
11
{ label: '成华区', value: '成华区' },
12
12
{ label: '武侯区', value: '武侯区' },
13
13
{ label: '锦江区', value: '锦江区' },
...
...