代码调整

This commit is contained in:
joylink_cuiweidong 2021-04-15 17:12:41 +08:00
parent d3b240989b
commit 16294b6373
3 changed files with 5 additions and 12 deletions

View File

@ -142,7 +142,11 @@ export default {
// } else {
// href = 'https://joylink.club/docs';
// }
href = 'https://test.joylink.club/cbtc/docs/';
if (process.env.NODE_ENV === 'development') {
href = 'https://test.joylink.club/cbtc/docs/';
} else {
href = 'https://joylink.club/cbtc/docs/';
}
window.open(href, '_blank');
},
goEmpty() {},

View File

@ -97,8 +97,6 @@
@click="hover('btnCode')"
>{{ $t('map.activate') }}</el-button>
</el-form-item>
<!-- -->
<!-- -->
</el-form>
<div class="bigDraft">
<el-button-group class="bigDraftBtn">

View File

@ -119,7 +119,6 @@
</div>
</template>
<script>
import { mapGetters } from 'vuex';
import { EventBus } from '@/scripts/event-bus';
export default {
@ -169,14 +168,6 @@ export default {
]
};
},
computed: {
...mapGetters('training', [
'mode'
]),
...mapGetters('map', [
'stationList'
])
},
watch: {
tempClassA() {
this.classA = this.$store.state.menuOperation.break ? -1 : this.tempClassA;