|
@@ -1,12 +1,17 @@
|
|
|
<template>
|
|
|
<div class="white" style="height: 100%; box-sizing: border-box;">
|
|
|
- <iframe src="https://company.citupro.com:18183/dataFactory/production-line-monitor1?aaa=111" width="100%" height="100%" frameborder="0"></iframe>
|
|
|
+ <iframe :src="`${baseSrc}/dataFactory/production-line-monitor1?aaa=324`" width="100%" height="100%" frameborder="0"></iframe>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
export default {
|
|
|
- name: 'salary-calculate'
|
|
|
+ name: 'salary-calculate',
|
|
|
+ data () {
|
|
|
+ return {
|
|
|
+ baseSrc: process.env.VUE_APP_DATA_OPS
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</script>
|
|
|
|