提交 7e2ddbd1 authored 作者: hejie's avatar hejie

fix: 处理合并后导致页面无法正常显示的bug

上级 2c3c723a
...@@ -49,7 +49,6 @@ function onFullscreen() { ...@@ -49,7 +49,6 @@ function onFullscreen() {
</script> </script>
<template> <template>
<!-- 主容器 -->
<div class="main"> <div class="main">
<!-- 搜索表单 --> <!-- 搜索表单 -->
<el-form <el-form
......
...@@ -48,7 +48,7 @@ export function useDept() { ...@@ -48,7 +48,7 @@ export function useDept() {
* 表格列配置列表 * 表格列配置列表
* @type {TableColumn[]} * @type {TableColumn[]}
*/ */
const columns = [ const columns: TableColumnList = [
{ {
label: "部门名称", label: "部门名称",
prop: "name", prop: "name",
......
...@@ -98,7 +98,6 @@ const { ...@@ -98,7 +98,6 @@ const {
</script> </script>
<template> <template>
<!-- 主容器,根据设备检测结果进行不同布局 -->
<div :class="['flex', 'justify-between', deviceDetection() && 'flex-wrap']"> <div :class="['flex', 'justify-between', deviceDetection() && 'flex-wrap']">
<!-- 部门树组件 --> <!-- 部门树组件 -->
<tree <tree
......
...@@ -32,9 +32,9 @@ export default ({ mode }: ConfigEnv): UserConfigExport => { ...@@ -32,9 +32,9 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
// 旭哥地址 // 旭哥地址
// target: "http://192.168.1.180:5001", // target: "http://192.168.1.180:5001",
// 服务器地址 // 服务器地址
// target: "http://192.168.1.248:5001", target: "http://192.168.1.248:5001",
// 熊熊哥地址 // 熊熊哥地址
target: "http://192.168.1.194:5001", // target: "http://192.168.1.194:5001",
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, "") rewrite: path => path.replace(/^\/api/, "")
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论