沈丘营商办后台前端项目
王恒
2025-09-02 71ed82c60b77e88ab0c01631eceae7f0556d9723
'移除计划管理、综合查一次的导出功能'
5个文件已修改
11 ■■■■ 已修改文件
.env.production 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/Navbar.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.ts 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/comprehensive/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/manage/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.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'
# 入企扫码/生产环境
src/layout/components/Navbar.vue
@@ -99,7 +99,6 @@
  })
    .then(() => {
      userStore.logOut().then(() => {
        // location.href = "/sqys-web/index";
        location.href = "/smrq/index";
      });
    })
src/router/index.ts
@@ -166,7 +166,6 @@
];
const router = createRouter({
  // history: createWebHistory("/sqys-web/"),
  history: createWebHistory("/smrq/"),
  routes: constantRoutes,
  scrollBehavior(to, from, savedPosition) {
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
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