提交 16d1ff42 authored 作者: lihuihui's avatar lihuihui
module.exports = { module.exports = {
url: '//api.ezijing.com', url: '//api.ezijing.com',
DesDir: '../server/client-dist', DesDir: '../server/client-dist',
apiBaseURL: '//api.ezijing.com/', apiBaseURL: '//api2.ezijing.com/',
others: { others: {
url: '/app/learn/course' url: '/app/learn/course'
}, },
......
...@@ -88,7 +88,7 @@ export default class PlayerAPI extends BaseAPI { ...@@ -88,7 +88,7 @@ export default class PlayerAPI extends BaseAPI {
* @param {[string]} obj.cid * @param {[string]} obj.cid
* @param {[string]} obj.raw (base64) * @param {[string]} obj.raw (base64)
*/ */
updateSurveyAnswer = (obj) => this.post('/v2/education/survey/answer', obj) updateSurveyAnswer = (obj) => this.post('/v2/education/survey/answer', obj, { headers: { 'Content-Type': 'application/json' } })
/** /**
* 手机端 获取实时最新直播接口 * 手机端 获取实时最新直播接口
*/ */
......
...@@ -25,7 +25,6 @@ export default { ...@@ -25,7 +25,6 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.err-container { .err-container {
width: 100%; width: 100%;
......
import Cookies from 'js-cookie'
import VueI18n from 'vue-i18n' import VueI18n from 'vue-i18n'
import language from './language' import language from './language'
import zhCNLocale from 'element-ui/lib/locale/lang/zh-CN' import zhCNLocale from 'element-ui/lib/locale/lang/zh-CN'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论