From 887c4daa917ded97ce193436636dc3460d9763ec Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:53:56 +0800 Subject: [PATCH] Update env.js --- env.js | 74 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/env.js b/env.js index 3461e60..7b8411b 100644 --- a/env.js +++ b/env.js @@ -1,38 +1,38 @@ module.exports = { - "compile": true, - "h5": { - "options": { - "headless": false - }, - "executablePath": "C:/Program Files/Google/Chrome/Application/chrome.exe" - }, - "mp-weixin": { - "executablePath": "C:/Users/liuxi/download/微信web开发者工具/cli.bat" - }, - "mp-qq": { - "executablePath": "" - }, - "mp-baidu": { - "executablePath": "" - }, - "mp-toutiao": { - "executablePath": "" - }, - "mp-alipay": { - "executablePath": "" - }, - "mp-360": { - "executablePath": "" - }, - "app-plus": { - "android": { - "executablePath": "D:\\HX\\alpha\\HBuilderX\\plugins\\launcher\\base\\android_base.apk", - "id": "a6160e9d" - }, - "version": "D:\\HX\\alpha\\HBuilderX\\plugins\\launcher\\base\\version.txt", - "ios": { - "id": "", - "executablePath": "" - } - } -} + "compile": true, + "h5": { + "options": { + "headless": false + }, + "executablePath": "C:/Program Files/Google/Chrome/Application/chrome.exe" + }, + "mp-weixin": { + "executablePath": "D:/software/weixin-10-12/微信web开发者工具/cli.bat" + }, + "mp-qq": { + "executablePath": "" + }, + "mp-baidu": { + "executablePath": "" + }, + "mp-toutiao": { + "executablePath": "" + }, + "mp-alipay": { + "executablePath": "" + }, + "mp-360": { + "executablePath": "" + }, + "app-plus": { + "android": { + "executablePath": "D:\\xm\\download\\uni-app-x-dev\\HBuilderX.3.9.0.20230708.1221-dev\\HBuilderX\\plugins\\launcher\\base\\android_base.apk", + "id": "emulator-5554" + }, + "version": "D:\\xm\\download\\uni-app-x-dev\\HBuilderX.3.9.0.20230708.1221-dev\\HBuilderX\\plugins\\launcher\\base\\version.txt", + "ios": { + "id": "", + "executablePath": "" + } + } +} \ No newline at end of file -- GitLab