提交 f86547b7 作者: 郁骅焌

打包

上级 452d40e6
VITE_APP_SECRET_KEY=VkQo3+ADe3lTpoSUyyEbaVyME6mOq8Q+6JIEteEleaea7kmQTgnk68JuPAtWTgAsGoCU2uQMo4rmREvsTw/DN1E+OLY2UWUXz2WgJ3MapTEgDGrjEfKHn9Hr+C8zHbZxXrWnHWGuf73MUtkvxsdKhrouAeHTCI6cSTmiH5mt1zIxP63hb5ojP9cudqjGSiG/q4oZFcYoUuPilQz9OIv0xIpgLPaJvRAF7Vw45wRfHp3hIRbIksLlwxZlgecVpq69pYb3nyQ0dscV6DsTXz5walkN29Cf2wG/8WzKcMBI4fO6bFHwbqsP33+l+xefkkTC0a+124Pi8xcAZiiF/VQOrQ==
...@@ -5,8 +5,8 @@ node_modules ...@@ -5,8 +5,8 @@ node_modules
/dev-dist /dev-dist
# local env files # local env files
.env.local # .env.local
.env.*.local # .env.*.local
# Log files # Log files
logs logs
......
...@@ -16,15 +16,15 @@ node('jenkins-jnlp') { ...@@ -16,15 +16,15 @@ node('jenkins-jnlp') {
sh "ln -s /opt/node-v20.9.0-linux-x64-glibc-217/bin/yarn /usr/bin/yarn" sh "ln -s /opt/node-v20.9.0-linux-x64-glibc-217/bin/yarn /usr/bin/yarn"
sh "ln -s /opt/node-v20.9.0-linux-x64-glibc-217/bin/pnpm /usr/bin/pnpm" sh "ln -s /opt/node-v20.9.0-linux-x64-glibc-217/bin/pnpm /usr/bin/pnpm"
sh "rm -rf node_modules" sh "# rm -rf node_modules"
sh "rm -rf yarn.lock" sh "# rm -rf yarn.lock"
sh "rm -rf package-lock.json" sh "# rm -rf package-lock.json"
sh "rm -rf pnpm-lock.yaml" sh "# rm -rf pnpm-lock.yaml"
sh "pnpm config set registry https://registry.npmmirror.com" sh "# pnpm config set registry https://registry.npmmirror.com"
sh "pnpm config set sharp_binary_host=https://npmmirror.com/mirrors/sharp" sh "# pnpm config set sharp_binary_host=https://npmmirror.com/mirrors/sharp"
sh "pnpm config set sharp_libvips_binary_host=https://npmmirror.com/mirrors/sharp-libvips" sh "# pnpm config set sharp_libvips_binary_host=https://npmmirror.com/mirrors/sharp-libvips"
sh "# npm config set registry https://registry.npmjs.org" sh "# npm config set registry https://registry.npmjs.org"
sh "pnpm install" sh "# pnpm install"
sh "npm run build" sh "npm run build"
} }
//dockerfile编译 //dockerfile编译
......
...@@ -33,6 +33,7 @@ declare module 'vue' { ...@@ -33,6 +33,7 @@ declare module 'vue' {
DataScreenRight3: typeof import('./../../../src/views/index/vabAutoComponents/DataScreenRight3.vue')['default'] DataScreenRight3: typeof import('./../../../src/views/index/vabAutoComponents/DataScreenRight3.vue')['default']
DefaultTableEdit: typeof import('./../../../src/views/vab/table/vabAutoComponents/DefaultTableEdit.vue')['default'] DefaultTableEdit: typeof import('./../../../src/views/vab/table/vabAutoComponents/DefaultTableEdit.vue')['default']
DepartmentManagementEdit: typeof import('./../../../src/views/setting/departmentManagement/vabAutoComponents/DepartmentManagementEdit.vue')['default'] DepartmentManagementEdit: typeof import('./../../../src/views/setting/departmentManagement/vabAutoComponents/DepartmentManagementEdit.vue')['default']
DepartmentManagementEdit2: typeof import('./../../../src/views/system/departmentManagement/vabAutoComponents/DepartmentManagementEdit2.vue')['default']
Develop: typeof import('./../../../src/views/index/vabAutoComponents/Develop.vue')['default'] Develop: typeof import('./../../../src/views/index/vabAutoComponents/Develop.vue')['default']
DictionaryManagementEdit: typeof import('./../../../src/views/setting/dictionaryManagement/vabAutoComponents/DictionaryManagementEdit.vue')['default'] DictionaryManagementEdit: typeof import('./../../../src/views/setting/dictionaryManagement/vabAutoComponents/DictionaryManagementEdit.vue')['default']
DrawerBasicUsage: typeof import('./../../../src/views/vab/drawer/vabAutoComponents/DrawerBasicUsage.vue')['default'] DrawerBasicUsage: typeof import('./../../../src/views/vab/drawer/vabAutoComponents/DrawerBasicUsage.vue')['default']
...@@ -140,11 +141,13 @@ declare module 'vue' { ...@@ -140,11 +141,13 @@ declare module 'vue' {
InfiniteScrollDisableLoading: typeof import('./../../../src/views/vab/infiniteScroll/vabAutoComponents/InfiniteScrollDisableLoading.vue')['default'] InfiniteScrollDisableLoading: typeof import('./../../../src/views/vab/infiniteScroll/vabAutoComponents/InfiniteScrollDisableLoading.vue')['default']
LoginContainer: typeof import('./../../../src/views/login/vabAutoComponents/LoginContainer.vue')['default'] LoginContainer: typeof import('./../../../src/views/login/vabAutoComponents/LoginContainer.vue')['default']
MenuManagementEdit: typeof import('./../../../src/views/setting/menuManagement/vabAutoComponents/MenuManagementEdit.vue')['default'] MenuManagementEdit: typeof import('./../../../src/views/setting/menuManagement/vabAutoComponents/MenuManagementEdit.vue')['default']
MenuManagementEdit2: typeof import('./../../../src/views/system/menuManagement/vabAutoComponents/MenuManagementEdit2.vue')['default']
NodePanel: typeof import('./../../../src/views/other/workflow/vabAutoComponents/lFComponents/NodePanel.vue')['default'] NodePanel: typeof import('./../../../src/views/other/workflow/vabAutoComponents/lFComponents/NodePanel.vue')['default']
PageHeader: typeof import('./../../../src/views/index/vabAutoComponents/PageHeader.vue')['default'] PageHeader: typeof import('./../../../src/views/index/vabAutoComponents/PageHeader.vue')['default']
Pending: typeof import('./../../../src/views/index/vabAutoComponents/Pending.vue')['default'] Pending: typeof import('./../../../src/views/index/vabAutoComponents/Pending.vue')['default']
PortalDivider: typeof import('./../../../src/views/portal/vabAutoComponents/PortalDivider.vue')['default'] PortalDivider: typeof import('./../../../src/views/portal/vabAutoComponents/PortalDivider.vue')['default']
PortalHeader: typeof import('./../../../src/views/portal/vabAutoComponents/PortalHeader.vue')['default'] PortalHeader: typeof import('./../../../src/views/portal/vabAutoComponents/PortalHeader.vue')['default']
PostManagementEdit: typeof import('./../../../src/views/system/postManagement/vabAutoComponents/PostManagementEdit.vue')['default']
ProgressCircularProgressBar: typeof import('./../../../src/views/vab/progress/vabAutoComponents/ProgressCircularProgressBar.vue')['default'] ProgressCircularProgressBar: typeof import('./../../../src/views/vab/progress/vabAutoComponents/ProgressCircularProgressBar.vue')['default']
ProgressCustomColor: typeof import('./../../../src/views/vab/progress/vabAutoComponents/ProgressCustomColor.vue')['default'] ProgressCustomColor: typeof import('./../../../src/views/vab/progress/vabAutoComponents/ProgressCustomColor.vue')['default']
ProgressCustomizedContent: typeof import('./../../../src/views/vab/progress/vabAutoComponents/ProgressCustomizedContent.vue')['default'] ProgressCustomizedContent: typeof import('./../../../src/views/vab/progress/vabAutoComponents/ProgressCustomizedContent.vue')['default']
...@@ -196,6 +199,7 @@ declare module 'vue' { ...@@ -196,6 +199,7 @@ declare module 'vue' {
UploadPhotoWall: typeof import('./../../../src/views/vab/upload/vabAutoComponents/UploadPhotoWall.vue')['default'] UploadPhotoWall: typeof import('./../../../src/views/vab/upload/vabAutoComponents/UploadPhotoWall.vue')['default']
User: typeof import('./../../../src/views/other/workflow/vabAutoComponents/propertySetting/User.vue')['default'] User: typeof import('./../../../src/views/other/workflow/vabAutoComponents/propertySetting/User.vue')['default']
UserManagementEdit: typeof import('./../../../src/views/setting/userManagement/vabAutoComponents/UserManagementEdit.vue')['default'] UserManagementEdit: typeof import('./../../../src/views/setting/userManagement/vabAutoComponents/UserManagementEdit.vue')['default']
UserManagementEdit2: typeof import('./../../../src/views/system/userManagement/vabAutoComponents/UserManagementEdit2.vue')['default']
VabAlert: typeof import('./../../components/VabAlert/index.vue')['default'] VabAlert: typeof import('./../../components/VabAlert/index.vue')['default']
VabApp: typeof import('./../../components/VabApp/index.vue')['default'] VabApp: typeof import('./../../components/VabApp/index.vue')['default']
VabAppMain: typeof import('./../../components/VabAppMain/index.vue')['default'] VabAppMain: typeof import('./../../components/VabAppMain/index.vue')['default']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论