更新数据

This commit is contained in:
2025-07-25 09:49:45 +08:00
parent 326d0f0d13
commit cd4b85c587
2 changed files with 3 additions and 7 deletions

View File

@ -80,11 +80,6 @@ const pageData = reactive({
});
const dm = ref('');
onMounted(()=>{
nextTick(()=>{
tabHeightFn()
})
})
const init = (val) =>{
tabHeightFn();
dm.value = val;

View File

@ -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,