From 692c19940b25bedd5b3d0e2cf2b8e73fe440f5c6 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 16 四月 2025 13:51:37 +0800 Subject: [PATCH] state.activeBusinessChildName --- scripts/dev.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/dev.js b/scripts/dev.js index f2a3a3e..c3983b4 100644 --- a/scripts/dev.js +++ b/scripts/dev.js @@ -1,9 +1,10 @@ -const { copyFile,customerList ,checkCustomer,changeBranch} = require('./helper'); +const { copyFile, checkCustomer, firstCustomerName, isPro,changeBranch } = require('./helper'); const { execSync } = require('child_process'); -const customer = customerList[0]?.split(':')[0]; -checkCustomer('npm run dev', customer); changeBranch(); -copyFile('npm run dev'); + +checkCustomer('npm run dev', firstCustomerName); + +copyFile(); try { execSync('vite', { stdio: 'inherit' }); -- Gitblit v1.9.3