Commit ccb96193 authored by jyh's avatar jyh

Merge branch 'newlive_jyh'

parents 2f2e4bff 90e22ba1
This diff is collapsed.
...@@ -49,8 +49,18 @@ live: { ...@@ -49,8 +49,18 @@ live: {
}, },
getLive:function(data){ getLive:function(data){
return service.post('/app/live/liveList', data) return service.post('/app/live/liveList', data)
},
payinfo:function(data){
return service.post('/oapi/v1/h5/pay/payInfo', data)
},
order:function(data){
return service.post('/oapi/v1/h5/pay/order', data)
},
buy:function(data){
return service.post('/oapi/v1/h5/pay/buy', data)
} }
}, },
} }
......
...@@ -7,6 +7,9 @@ import register from '../views/register' ...@@ -7,6 +7,9 @@ import register from '../views/register'
import live from '../views/live' import live from '../views/live'
import pdf from '../views/pdf' import pdf from '../views/pdf'
import fullScreen from '../views/fullScreen' import fullScreen from '../views/fullScreen'
// import bullet from '../views/bullet'
// import login from '../views/login' // import login from '../views/login'
// import monthlyReport from '@/components/monthlyReport'//月报 // import monthlyReport from '@/components/monthlyReport'//月报
// import personnelManagement from '@/components/personnelManagement'//人员管理 // import personnelManagement from '@/components/personnelManagement'//人员管理
...@@ -63,6 +66,13 @@ const router = new Router({ ...@@ -63,6 +66,13 @@ const router = new Router({
component: fullScreen, component: fullScreen,
}, },
// {
// path: '/bullet',
// name: 'bullet',
// component: bullet,
// },
// { // {
// path: '/login', // path: '/login',
// name: 'login', // name: 'login',
......
<template>
<div>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -25,4 +25,5 @@ assetsDir: 'assets', // build时放置生成的静态资源 (js、css、img、fo ...@@ -25,4 +25,5 @@ assetsDir: 'assets', // build时放置生成的静态资源 (js、css、img、fo
filenameHashing: true, // 默认在生成的静态资源文件名中包含hash以控制缓存 filenameHashing: true, // 默认在生成的静态资源文件名中包含hash以控制缓存
runtimeCompiler: false, // 是否使用包含运行时编译器的 Vue 构建版本 runtimeCompiler: false, // 是否使用包含运行时编译器的 Vue 构建版本
productionSourceMap: true, // 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建 productionSourceMap: true, // 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建
lintOnSave:false//关闭语法错误
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment