From f7f2dd49d4ca1793f449f08473e9264b06145bf6 Mon Sep 17 00:00:00 2001 From: shangguochao Date: Tue, 5 Jul 2022 00:51:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E7=8E=AF=E5=A2=83=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 6148 -> 6148 bytes .../.gitignore | 3 +++ .../AWSDevServiceParams.js | 4 ++-- com.actionsoft.apps.coe.pal/.gitignore | 8 ++++++++ com.actionsoft.apps.coe.pal/AWSDevParams.js | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 com.actionsoft.apps.coe.pal/.gitignore diff --git a/.DS_Store b/.DS_Store index 2c234beb7a5fa74113b2d5aff76a6856dacf8267..c928e710a99cca3a9a36e937adf5a785147f49b4 100644 GIT binary patch literal 6148 zcmeHKL2uJA6n@?UO_`8-0BMMeB~FtnNLI!UyF_LD0fN|pO(j`MiAdwBN!LSFDfjV* z_#^xtzGu7By0XhA0YZM2{k`|>=fvNO?V5;0f0l(r9U}5k7`;cRek0t@Wka^Crv(%| zMmn!1X`xcsKQ?+hhhxAo@UJnzYuBTfG@_j9>+3h26nRw#!B4TZ?LBzd@>~9ne-?jL z^SDmxS=CRbpV<1KRFSUqB>k8V=Y!6Zx2mj@yc|w-K%NcJ<@6*kGd1t4S(#NjHZ~1@ z+iwp#&lZcY7j$J994xzX5eB_CU3vI=f4OY?PhY$`dO!G9j7xQC7!=rWv^=)Bg6~kS zCX`j@MT!^X#w+JVJS_`Vj^N`#p3^xg8iRubS`8i)l~ker0*k#9{3>YNZwQ>gSNv_R zdIur6+CRK6S9hHLirITGcq0#ccgq9vks%*7${4vD(NtSHi`QS0KLICe4A>>)@2q*9 z;TUiXI0nq=C_x186OqNnpx!!A=_>%xgIf!9zDsb7v=~`z459@hOeoNV3VX#6CLDfg z`$ZNTgC?AWy?hA!WMOY8LO&hjOWmDBWYE=)0mr~P1KY;z@cI7^YxtJ?|9X(K90QJl z|B3-eYqj(oZ3)&B`mu~2NHo}wT#0|Nsi1A_oVN^x>dQht8U#KP5#%#-i3NKE!;Gv|eg z0#z|+P7Yu*n|y{%WwRiM7|X^6eWuOq9Q+(Wvw#BMnJ4p$SPFpD0gYpV(kz=JMAk3^ E0FUn(+yDRo diff --git a/com.actionsoft.apps.coe.pal.datamigration/.gitignore b/com.actionsoft.apps.coe.pal.datamigration/.gitignore index d451ff1..a6a16fc 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/.gitignore +++ b/com.actionsoft.apps.coe.pal.datamigration/.gitignore @@ -3,3 +3,6 @@ node_modules dist dist-ssr *.local +AWSDevParams.js +AWSDevParams.js.bak +babel.config.js \ No newline at end of file diff --git a/com.actionsoft.apps.coe.pal.datamigration/AWSDevServiceParams.js b/com.actionsoft.apps.coe.pal.datamigration/AWSDevServiceParams.js index 3c3ea02..d0c36fc 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/AWSDevServiceParams.js +++ b/com.actionsoft.apps.coe.pal.datamigration/AWSDevServiceParams.js @@ -1,9 +1,9 @@ module.exports = { AWSPortalUrl: "http://localhost:8088/portal/",//aws平台启动地址,用于开发时获取平台静态资源,请求数据等(注意最后的/,不要删) - AWSReleasePath: "/Users/actionsoft/Documents/workspace/IDEA/yili/release/", /*C:/work/workspace/release/*/ //aws的平台路径,暂时写绝对路径,用于build生成的主文件位置(注意最后的/,不要删) + AWSReleasePath: "/Users/shangguochao/Desktop/Actionsoft/aws6/yiliProject/release/", /*C:/work/workspace/release/*/ //aws的平台路径,暂时写绝对路径,用于build生成的主文件位置(注意最后的/,不要删) devUserInfo: {//开发时通过用户名及密码获取sessionId,!!前提必须需要安装并启动app:com.actionsoft.apps.getsession.app userid: "admin", //具有后台管理的用户名 - pwd: "admin", //密码 + pwd: "2", //密码 deviceType: "pc", } } \ No newline at end of file diff --git a/com.actionsoft.apps.coe.pal/.gitignore b/com.actionsoft.apps.coe.pal/.gitignore new file mode 100644 index 0000000..acba5d6 --- /dev/null +++ b/com.actionsoft.apps.coe.pal/.gitignore @@ -0,0 +1,8 @@ +node_modules +.DS_Store +dist +dist-ssr +*.local +AWSDevParams.js +AWSDevParams.js.bak +babel.config.js diff --git a/com.actionsoft.apps.coe.pal/AWSDevParams.js b/com.actionsoft.apps.coe.pal/AWSDevParams.js index 3312f65..6ae5c43 100644 --- a/com.actionsoft.apps.coe.pal/AWSDevParams.js +++ b/com.actionsoft.apps.coe.pal/AWSDevParams.js @@ -1,6 +1,6 @@ module.exports = { AWSPortalUrl: "http://localhost:8088/portal/",//aws平台启动地址,用于开发时获取平台静态资源,请求数据等(注意最后的/,不要删) - AWSReleasePath: "D:/worktools/6.4.2/release/", /*C:/work/workspace/release/*/ //aws的平台路径,暂时写绝对路径,用于build生成的主文件位置(注意最后的/,不要删) + AWSReleasePath: "/Users/shangguochao/Desktop/Actionsoft/aws6/yiliProject/release/", /*C:/work/workspace/release/*/ //aws的平台路径,暂时写绝对路径,用于build生成的主文件位置(注意最后的/,不要删) moduleTemplateInAWS: "apps/install/com.actionsoft.apps.coe.pal/template/page/main.htm", /*apps/install/_bpm.platform/template/page/console.m.dw.design.vue.htm*/ //build后生成到平台的模板位置及名称 outputDir: "/apps/install/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/main", /*webserver/webapps/portal/apps/_bpm.platform/dw/designer/main*/ //build后js或css生成到平台的位置 publicPath: "../apps/com.actionsoft.apps.coe.pal/main", /*../apps/_bpm.platform/dw/designer/main*/ //build到平台后生成到模板中,引入js文件的相对平台的位置 @@ -24,7 +24,7 @@ module.exports = { ], devUserInfo: {//开发时通过用户名及密码获取sessionId,!!前提必须需要安装并启动app:com.actionsoft.apps.getsession.app userid: "admin", //具有后台管理的用户名 - pwd: "123456", //密码 + pwd: "2", //密码 deviceType: "pc", systemType: "C" }