Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f44227ac
authored
2020-10-20 15:51:01 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
全局存储宗地信息
1 parent
bb689111
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/store/index.js
src/store/index.js
View file @
f44227a
...
...
@@ -8,6 +8,12 @@ import setTabs from './modules/setTabs'
Vue
.
use
(
Vuex
)
const
store
=
new
Vuex
.
Store
({
state
:
{
zdbsm
:
''
,
xzqList
:[],
djqList
:[],
djzqList
:[]
},
modules
:
{
user
,
setTabs
,
...
...
Please
register
or
sign in
to post a comment