|
@@ -5,7 +5,7 @@ import tableCop from './components/table.vue'
|
|
|
import { ElMessage } from 'element-plus';
|
|
|
import { onMounted, ref, onActivated } from 'vue'
|
|
|
import request from '@/api/axios.js'
|
|
|
-import config from '@api/config.js'
|
|
|
+import config from '../../../../public/static/config/config.js'
|
|
|
/**配置参数 */
|
|
|
const treeHeight = ref(window.innerHeight - 260 + 'px') //tree高度
|
|
|
const excelHeight = ref(window.innerHeight - 260 + 'px') //excel高度
|