2019-05-17 18:23:03 +08:00
|
|
|
var URL = {
|
|
|
|
|
userLogin: '/user/login',
|
2019-05-30 20:39:15 +08:00
|
|
|
userLogout: '/user/logout',
|
2019-05-17 18:23:03 +08:00
|
|
|
getUserInfo: '/user/getUserInfo',
|
|
|
|
|
pageUpdate: '/zyplayer-doc-wiki/page/update',
|
2019-06-02 22:38:36 +08:00
|
|
|
pageChangeParent: '/zyplayer-doc-wiki/page/changeParent',
|
2019-05-17 18:23:03 +08:00
|
|
|
pageList: '/zyplayer-doc-wiki/page/list',
|
2019-05-30 22:45:22 +08:00
|
|
|
updatePage: '/zyplayer-doc-wiki/page/update',
|
2019-06-01 23:03:10 +08:00
|
|
|
pageDetail: '/zyplayer-doc-wiki/page/detail',
|
2019-05-17 18:23:03 +08:00
|
|
|
spaceList: '/zyplayer-doc-wiki/space/list',
|
2019-05-30 20:39:15 +08:00
|
|
|
updateSpace: '/zyplayer-doc-wiki/space/update',
|
2019-05-30 22:45:22 +08:00
|
|
|
|
|
|
|
|
updatePageFile: '/zyplayer-doc-wiki/page/file/update',
|
|
|
|
|
pageCommentList: '/zyplayer-doc-wiki/page/comment/list',
|
|
|
|
|
updatePageComment: '/zyplayer-doc-wiki/page/comment/update',
|
|
|
|
|
pageZanList: '/zyplayer-doc-wiki/page/zan/list',
|
|
|
|
|
updatePageZan: '/zyplayer-doc-wiki/page/zan/update',
|
2019-06-01 09:36:55 +08:00
|
|
|
|
|
|
|
|
commonUpload: '/zyplayer-doc-wiki/common/upload',
|
2019-05-17 18:23:03 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
var URL1 = {};
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
URL, URL1
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|