hz-pve-spa
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
//获取冒险之旅 getChapter select * from pve_chapter select * from pve_chapter_mission select * from pve_chapter_mission_detail [ { mission:[ details:[] ] } ] //竞技场奖励 getJjcRewards select * from pve_arena_reward //混沌遗迹军衔 getBattleRank select * from pve_battle_rank //星座试炼boss信息 getBossInfo select * from pve_boss select * from pve_boss_skill where boss_code = [ { skill:[] } ] //boss掉落 getBossDrops select * from pve_drop_item //英雄图鉴 getHerosBook select * from pve_hero order by star_num desc