This commit is contained in:
duanxiaohai 2024-11-04 18:36:55 +08:00
parent f9f4f8cdb0
commit 14c6af197e
3 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ const data = reactive({
],
urlLeft: [
{
name: "全局概览",
name: "况总览",
url: "/home/index",
},

View File

@ -2,7 +2,7 @@ import axios from "axios";
import { ElMessage } from "element-plus";
import tools from "@/utils/tools";
import router from "../router";
// axios.defaults.baseURL = 'https://jzzf.longyou.gov.cn:998/'
axios.defaults.baseURL = 'https://jzzf.longyou.gov.cn:998/'
axios.defaults.timeout = 120000;
// HTTP request 拦截器

View File

@ -254,7 +254,7 @@ const tabData = reactive({
PageUrl: "/home/index/table",
tabList: [
{
name: "全局概览",
name: "况总览",
img: tab1,
},