代码调整
This commit is contained in:
parent
d3b240989b
commit
16294b6373
@ -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() {},
|
||||
|
@ -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">
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user