This commit is contained in:
parent
f9f4f8cdb0
commit
14c6af197e
|
@ -151,7 +151,7 @@ const data = reactive({
|
|||
],
|
||||
urlLeft: [
|
||||
{
|
||||
name: "全局概览",
|
||||
name: "概况总览",
|
||||
url: "/home/index",
|
||||
},
|
||||
|
||||
|
|
|
@ -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 拦截器
|
||||
|
|
|
@ -254,7 +254,7 @@ const tabData = reactive({
|
|||
PageUrl: "/home/index/table",
|
||||
tabList: [
|
||||
{
|
||||
name: "全局概览",
|
||||
name: "概况总览",
|
||||
img: tab1,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue