产品库工程目录调整
This commit is contained in:
@@ -5,26 +5,7 @@ import http from '../common/axios'
|
||||
import CryptoJS from '../utils/crypto-js'
|
||||
|
||||
Vue.use(Vuex)
|
||||
let agentSignURL = "", apiList = [], agentConfig = {},
|
||||
apps = [
|
||||
{name: '调查走访', key: "interview", path: '/interview/AppInterview'},
|
||||
{name: '工作去向', key: "whereabouts", path: '/whereabouts/whereabouts'},
|
||||
{name: '随手拍', key: "snapshot", path: '/snapshot/snapshot'},
|
||||
{name: '随心问', key: "casuallyask", path: '/casuallyask/casuallyask'},
|
||||
{name: '网上办事', key: "workonline", path: '/workonline/workonline'},
|
||||
{name: '居民画像', key: "resident", path: '/resident/comp'},
|
||||
{name: '话术库', key: "quickReply", path: '/quickReply/quickReply'},
|
||||
{name: '积分超市', key: "supermarket", path: '/supermarket/supermarket'},
|
||||
{name: '调查问卷', key: "askForm", path: '/askForm/askForm'},
|
||||
{name: '问卷表单', key: "askFormIndex", path: '/askForm/index'},
|
||||
{name: '会议通知', key: "meetingNotice", path: '/meetingNotice/meetingNotice'},
|
||||
{name: '公文流转', key: "documentFlow", path: '/documentFlow/documentFlow'},
|
||||
{name: '工作任务', key: "workTask", path: '/workTask/workTask'},
|
||||
{name: '通知公告', key: "notification", path: '/notification/notification'},
|
||||
{name: '智慧监测', key: "guardianship", path: '/guardianship/guardianship'},
|
||||
{name: '广播通知', key: "broadcast", path: '/bigHorn/bigHorn'},
|
||||
{name: '视频监控', key: "videoMonitor", path: '/videoSurveillance/videoSurveillance'},
|
||||
]
|
||||
let agentSignURL = "", apiList = [], agentConfig = {}
|
||||
const store = new Vuex.Store({
|
||||
state: {
|
||||
token: "",
|
||||
@@ -33,11 +14,9 @@ const store = new Vuex.Store({
|
||||
openUser: {},
|
||||
dicts: [],
|
||||
user: {},
|
||||
apps,
|
||||
},
|
||||
mutations: {
|
||||
login(state, token) {
|
||||
state.apps = apps
|
||||
state.token = token
|
||||
},
|
||||
logout(state) {
|
||||
|
||||
Reference in New Issue
Block a user