From 71ed82c60b77e88ab0c01631eceae7f0556d9723 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期二, 02 九月 2025 09:31:58 +0800
Subject: [PATCH] '移除计划管理、综合查一次的导出功能'
---
src/views/system/manage/index.vue | 4 ++--
src/layout/components/Navbar.vue | 1 -
.env.production | 1 +
src/router/index.ts | 1 -
src/views/system/comprehensive/index.vue | 4 ++--
5 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/.env.production b/.env.production
index ff2604c..8e7d4bf 100644
--- a/.env.production
+++ b/.env.production
@@ -6,6 +6,7 @@
#鍩虹鍩熷悕
# VITE_APP_BASE = 'https://cxsm.jinmingyuan.com'
+# VITE_APP_BASE = 'https://jmy.jinmingyuan.com'
VITE_APP_BASE = 'http://36.108.168.12:9000'
# 鍏ヤ紒鎵爜/鐢熶骇鐜
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 9d6e6cc..b2e32a8 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -99,7 +99,6 @@
})
.then(() => {
userStore.logOut().then(() => {
- // location.href = "/sqys-web/index";
location.href = "/smrq/index";
});
})
diff --git a/src/router/index.ts b/src/router/index.ts
index fd6de43..6040a0b 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -166,7 +166,6 @@
];
const router = createRouter({
- // history: createWebHistory("/sqys-web/"),
history: createWebHistory("/smrq/"),
routes: constantRoutes,
scrollBehavior(to, from, savedPosition) {
diff --git a/src/views/system/comprehensive/index.vue b/src/views/system/comprehensive/index.vue
index b5e9284..9c7b56a 100644
--- a/src/views/system/comprehensive/index.vue
+++ b/src/views/system/comprehensive/index.vue
@@ -57,11 +57,11 @@
>瀵煎叆</el-button
>
</el-col>
- <el-col :span="1.5">
+ <!-- <el-col :span="1.5">
<el-button type="success" plain icon="Download" @click="downLoadCode"
>瀵煎嚭</el-button
>
- </el-col>
+ </el-col> -->
</el-row>
<el-table
diff --git a/src/views/system/manage/index.vue b/src/views/system/manage/index.vue
index 9df2283..5830a84 100644
--- a/src/views/system/manage/index.vue
+++ b/src/views/system/manage/index.vue
@@ -68,11 +68,11 @@
>瀵煎叆</el-button
>
</el-col>
- <el-col :span="1.5">
+ <!-- <el-col :span="1.5">
<el-button type="success" plain icon="Download" @click="downLoadCode"
>瀵煎嚭</el-button
>
- </el-col>
+ </el-col> -->
<!-- <el-col :span="1.5">
<el-button type="primary" plain icon="View" @click="downLoadCode"
>鍙戣捣缁煎悎鏌ヤ竴娆�</el-button
--
Gitblit v1.9.1