This website works better with JavaScript.
Home
Explore
Help
Sign In
DIGITAL_MANAGEMENT
/
wiki_enterprise_js
Watch
7
Star
0
Fork
0
Code
Pull Requests
Releases
Activity
维基小程序
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35
Commits
1
Branch
0
Tags
3.0 MiB
Vue
54.7%
CSS
37.1%
JavaScript
8.2%
Tree:
0a081237e5
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0a081237e5'
${ noResults }
wiki_enterprise_js
/
store
/
modules
/
site
/
state.js
5 lines
80 B
Raw
Blame
History
const
state
=
{
sites
:
[
]
,
// 所有的场所信息
}
;
export
default
state
;