更新数据
This commit is contained in:
@ -80,11 +80,6 @@ const pageData = reactive({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const dm = ref('');
|
const dm = ref('');
|
||||||
onMounted(()=>{
|
|
||||||
nextTick(()=>{
|
|
||||||
tabHeightFn()
|
|
||||||
})
|
|
||||||
})
|
|
||||||
const init = (val) =>{
|
const init = (val) =>{
|
||||||
tabHeightFn();
|
tabHeightFn();
|
||||||
dm.value = val;
|
dm.value = val;
|
||||||
|
@ -5,11 +5,12 @@ function resolve(dir) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// const serverHost = "http://192.168.1.32:8066"//波哥
|
// 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.117:8006"//周
|
||||||
const serverHost = "http://192.168.1.98:8006"//毛毛
|
// const serverHost = "http://192.168.1.98:8006"//毛毛
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: "./",
|
publicPath: "./",
|
||||||
outputDir: "ylth",
|
outputDir: "gsxt",
|
||||||
assetsDir: "static",
|
assetsDir: "static",
|
||||||
lintOnSave: false, //process.env.NODE_ENV === 'development',
|
lintOnSave: false, //process.env.NODE_ENV === 'development',
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
|
Reference in New Issue
Block a user