diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/listDialog.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/listDialog.vue index 47ec5fc..27104aa 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/listDialog.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/listDialog.vue @@ -80,11 +80,6 @@ const pageData = reactive({ }); const dm = ref(''); -onMounted(()=>{ - nextTick(()=>{ - tabHeightFn() - }) -}) const init = (val) =>{ tabHeightFn(); dm.value = val; diff --git a/vue.config.js b/vue.config.js index 9e1790f..32e71a2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,11 +5,12 @@ function resolve(dir) { } // const serverHost = "http://192.168.1.32:8066"//波哥 +const serverHost = "http://192.168.0.231:8006"//线上 // const serverHost = "http://192.168.1.117:8006"//周 -const serverHost = "http://192.168.1.98:8006"//毛毛 +// const serverHost = "http://192.168.1.98:8006"//毛毛 module.exports = { publicPath: "./", - outputDir: "ylth", + outputDir: "gsxt", assetsDir: "static", lintOnSave: false, //process.env.NODE_ENV === 'development', productionSourceMap: false,