#!/bin/bash echo "停止轻远电力老挝ERP系统..." # 停止后端 pkill -f 'node.*api-complete.js' echo "后端已停止" # 停止前端 pkill -f 'vite' echo "前端已停止" echo "系统已完全停止"