update
This commit is contained in:
@@ -17,12 +17,13 @@ if [ ! -d "$FRONTEND_DIR" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# 检查index.html
|
||||
# 检查index.html (React + T-Systems风格前端)
|
||||
if [ ! -f "$FRONTEND_DIR/index.html" ]; then
|
||||
echo "错误: 前端页面不存在: $FRONTEND_DIR/index.html"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "前端页面: index.html (React + T-Systems风格)"
|
||||
echo "前端地址: http://localhost:$PORT"
|
||||
echo ""
|
||||
echo "确保API服务已启动:"
|
||||
|
||||
Reference in New Issue
Block a user