更新数据
This commit is contained in:
@ -80,11 +80,6 @@ const pageData = reactive({
|
||||
});
|
||||
|
||||
const dm = ref('');
|
||||
onMounted(()=>{
|
||||
nextTick(()=>{
|
||||
tabHeightFn()
|
||||
})
|
||||
})
|
||||
const init = (val) =>{
|
||||
tabHeightFn();
|
||||
dm.value = val;
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user