数字沙盘代码调整

This commit is contained in:
joylink_cuiweidong 2022-10-19 17:11:28 +08:00
parent ae5f211154
commit daa05eb67b
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,10 @@ const publicPath = process.env.VUE_APP_PRO == 'local' ? '' : '/cbtc';
export const JL3D_LOCAL_STATIC = publicPath+"/static";
const BASE_UPLOAD_API = store.state.user.uploadUrl;
export const BASE_ASSET_API = store.state.user.resourcesUrl;
// export const BASE_ASSET_API = store.state.user.resourcesUrl;
// export const BASE_ASSET_API = store.state.user.ossUrl;
export const BASE_ASSET_API = 'https://joylink.club/oss/joylink';
// console.log(JL3D_LOCAL_STATIC);
// console.log(BASE_UPLOAD_API);
// console.log(BASE_ASSET_API);

View File

@ -19,7 +19,7 @@
<el-button-group>
<el-button v-show=" project == 'say'" type="primary" @click="enterStopStation" >进入停车场</el-button>
<el-button type="primary" @click="railmove">{{ $t('jlmap3d.cameraRailMove') }}</el-button>
<el-button type="primary" @click="back">{{ $t('global.exit') }}</el-button>
<!-- <el-button type="primary" @click="back">{{ $t('global.exit') }}</el-button> -->
</el-button-group>
</div>
@ -122,7 +122,7 @@ export default {
methods: {
getParams:function() {
var routerParams = this.$route.query.group;
this.mapid = this.$route.query.mapid;
this.mapid = this.$route.query.mapId;
this.group = this.$route.query.group;
this.token = this.$route.query.token;
this.init(this.mapid, this.group);