This commit is contained in:
parent
f9f4f8cdb0
commit
14c6af197e
|
@ -151,7 +151,7 @@ const data = reactive({
|
||||||
],
|
],
|
||||||
urlLeft: [
|
urlLeft: [
|
||||||
{
|
{
|
||||||
name: "全局概览",
|
name: "概况总览",
|
||||||
url: "/home/index",
|
url: "/home/index",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import axios from "axios";
|
||||||
import { ElMessage } from "element-plus";
|
import { ElMessage } from "element-plus";
|
||||||
import tools from "@/utils/tools";
|
import tools from "@/utils/tools";
|
||||||
import router from "../router";
|
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;
|
axios.defaults.timeout = 120000;
|
||||||
|
|
||||||
// HTTP request 拦截器
|
// HTTP request 拦截器
|
||||||
|
|
|
@ -254,7 +254,7 @@ const tabData = reactive({
|
||||||
PageUrl: "/home/index/table",
|
PageUrl: "/home/index/table",
|
||||||
tabList: [
|
tabList: [
|
||||||
{
|
{
|
||||||
name: "全局概览",
|
name: "概况总览",
|
||||||
img: tab1,
|
img: tab1,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue