提交 4d1d3c36 authored 作者: 王鹏飞's avatar 王鹏飞

feat: 新增park-plus学习系统

上级 a82976ab
...@@ -35,7 +35,7 @@ export default class API { ...@@ -35,7 +35,7 @@ export default class API {
/* 具体执行请求失败后业务逻辑前,先执行该方法 */ /* 具体执行请求失败后业务逻辑前,先执行该方法 */
const beforeFail = _config.beforeFail ? _config.beforeFail : this._reqFail const beforeFail = _config.beforeFail ? _config.beforeFail : this._reqFail
const headers = { const headers = {
tenant: 'sit-plus', tenant: 'park-plus',
version: window.G.VERSION, version: window.G.VERSION,
'Content-Type': 'application/x-www-form-urlencoded' 'Content-Type': 'application/x-www-form-urlencoded'
} }
......
<template> <template>
<div class="menu"> <div class="menu">
<div class="nav-left"> <div class="nav-left">
<img class="logo" src="https://webapp-pub.ezijing.com/project/sit-plus/logo.png" alt="logo" /> <img class="logo" src="https://webapp-pub.ezijing.com/project/park-plus/logo.png" alt="logo" />
<div class="text-title" @click="setStatus">{{ $t('components.learnSysLayout.navigation.title') }}</div> <div class="text-title" @click="setStatus">{{ $t('components.learnSysLayout.navigation.title') }}</div>
</div> </div>
<div class="nav-right"> <div class="nav-right">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论