接口变动

This commit is contained in:
wkc
2026-03-06 13:59:27 +08:00
parent 69284d7da6
commit ea70710804
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ ruoyi:
server:
# 服务器的HTTP端口默认为8080
port: 8080
port: 62318
servlet:
# 应用的访问路径
context-path: /

View File

@@ -61,7 +61,7 @@
</template>
<script>
import {listProject, getStatusCounts} from '@/api/ccdiProject'
import {getStatusCounts, listProject} from '@/api/ccdiProject'
import SearchBar from './components/SearchBar'
import ProjectTable from './components/ProjectTable'
import QuickEntry from './components/QuickEntry'
@@ -264,7 +264,7 @@ export default {
.dpc-project-container {
padding: 24px;
background: #F8F9FA;
min-height: calc(100vh - 140px);
min-height: calc(100vh - 84px);
}
.page-header {

View File

@@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '纪检初核系统' // 网页标题
const baseUrl = 'http://localhost:8080' // 后端接口
const baseUrl = 'http://localhost:62318' // 后端接口
const port = process.env.port || process.env.npm_config_port || 80 // 端口