Fix bug: ip localization

Fix bug: prevent default submit event of projectCreationForm
This commit is contained in:
Eason010212
2023-02-25 10:53:16 +08:00
parent 5af34f7a08
commit bd6ff8feb4
6 changed files with 12 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ mkdir logs
cd ../
chmod -R 777 mixio
cd mixio
cd node_modules/cliff/node_modules/linuxston/lib/linuxston
cd node_modules/cliff/node_modules/winston/lib/winston
find -name 'common.js' | xargs perl -pi -e 's|target.padLevels|false|g'
cd ../../../../../../
cd src
@@ -28,4 +28,5 @@ cd ../
pkg -t node16-linux-arm64 package.json
mv -f mixio ../mixio_linux_arm64/mixio
cd ../
chmod -R 777 mixio_linux_arm64
chmod -R 777 mixio_linux_arm64
tar -pzcvf mixio_linux_arm64.tar.gz mixio_linux_arm64