修改三维课程地址配置
This commit is contained in:
parent
706d911c84
commit
23d5c662dd
@ -4,7 +4,7 @@ const publicPath = process.env.VUE_APP_PRO == 'local' ? '' : '/cbtc';
|
|||||||
|
|
||||||
export const JL3D_LOCAL_STATIC = publicPath+"/static";
|
export const JL3D_LOCAL_STATIC = publicPath+"/static";
|
||||||
const BASE_UPLOAD_API = store.state.user.uploadUrl;
|
const BASE_UPLOAD_API = store.state.user.uploadUrl;
|
||||||
export const BASE_ASSET_API = this.$store.user.state.resourcesUrl;
|
export const BASE_ASSET_API = store.state.user.resourcesUrl;
|
||||||
// console.log(JL3D_LOCAL_STATIC);
|
// console.log(JL3D_LOCAL_STATIC);
|
||||||
// console.log(BASE_UPLOAD_API);
|
// console.log(BASE_UPLOAD_API);
|
||||||
// console.log(BASE_ASSET_API);
|
// console.log(BASE_ASSET_API);
|
||||||
|
@ -60,7 +60,7 @@ export const loginInfo = {
|
|||||||
xzexam:{
|
xzexam:{
|
||||||
title: '城市轨道交通标准化培训软件',
|
title: '城市轨道交通标准化培训软件',
|
||||||
loginPath: '/login?project=xzexam',
|
loginPath: '/login?project=xzexam',
|
||||||
loginParam: 'DEFAULT',
|
loginParam: 'SAY',
|
||||||
loginTitle: '空串',
|
loginTitle: '空串',
|
||||||
logoWidth: '140px',
|
logoWidth: '140px',
|
||||||
navigationLogoWidth: '120px',
|
navigationLogoWidth: '120px',
|
||||||
@ -729,7 +729,8 @@ export const ProjectCode = {
|
|||||||
hls: 'DEFAULT',
|
hls: 'DEFAULT',
|
||||||
designhls: 'DEFAULT',
|
designhls: 'DEFAULT',
|
||||||
say: 'SAY',
|
say: 'SAY',
|
||||||
designsay: 'SAY'
|
designsay: 'SAY',
|
||||||
|
xzexam:'SAY',
|
||||||
};
|
};
|
||||||
/** 嵌入第三方平台 导航栏右上角 清空 */
|
/** 嵌入第三方平台 导航栏右上角 清空 */
|
||||||
export const ThirdLoginList = ['richor', 'designrichor', 'richorygy', 'designrichorygy'];
|
export const ThirdLoginList = ['richor', 'designrichor', 'richorygy', 'designrichorygy'];
|
||||||
|
Loading…
Reference in New Issue
Block a user