合并提交

This commit is contained in:
“zhuzihan”  2025-07-14 13:16:20 +08:00
parent 40bd12dba1
commit 27552c04a6
3 changed files with 4 additions and 4 deletions

View File

@ -872,7 +872,7 @@ const initCharts = () => {
tooltip: { trigger: 'axis' }, tooltip: { trigger: 'axis' },
grid: { grid: {
left: '3%', left: '3%',
right: '4%', right: '4%',
top: '10%', top: '10%',
bottom: '15%', // bottom: '15%', //
containLabel: true containLabel: true
@ -892,7 +892,7 @@ const initCharts = () => {
show: true, show: true,
lineStyle: { lineStyle: {
type: 'dashed', type: 'dashed',
color: 'rgba(255, 255, 255, 0.2)' color: 'rgba(255, 255, 255, 0.2)'
}, },
interval: 1 interval: 1
} }

View File

@ -6,7 +6,7 @@ const config = {
apiBaseUrl: 'http://192.168.18.9:48080', apiBaseUrl: 'http://192.168.18.9:48080',
}, },
production: { production: {
apiBaseUrl: 'http://36.103.203.89:48089', apiBaseUrl: 'http://36.103.203.89:48088',
} }
}; };

View File

@ -29,7 +29,7 @@ const config = {
const localDir = path.join(__dirname, 'dist'); const localDir = path.join(__dirname, 'dist');
// 服务器目标目录 // 服务器目标目录
// const remoteDir = process.env.SFTP_REMOTE_DIR; // 如果使用环境变量 // const remoteDir = process.env.SFTP_REMOTE_DIR; // 如果使用环境变量
const remoteDir = '/home/ubuntu/mnt/Teacher_Evaluation/nginx/dist'; const remoteDir = '/home/ubuntu/mnt/teacher_test/nginx-1/dist';
async function uploadToServer() { async function uploadToServer() {
const sftp = new SftpClient(); const sftp = new SftpClient();