Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
shop-vite-main
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
front-base-project
shop-vite-main
Commits
f86547b7
提交
f86547b7
authored
12月 17, 2024
作者:
郁骅焌
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
打包
上级
452d40e6
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
15 行增加
和
10 行删除
+15
-10
.env.local
.env.local
+1
-0
.gitignore
.gitignore
+2
-2
Jenkinsfile
deploy/Jenkinsfile
+8
-8
components.d.ts
library/build/unplugin/components.d.ts
+4
-0
没有找到文件。
.env.local
0 → 100644
浏览文件 @
f86547b7
VITE_APP_SECRET_KEY=VkQo3+ADe3lTpoSUyyEbaVyME6mOq8Q+6JIEteEleaea7kmQTgnk68JuPAtWTgAsGoCU2uQMo4rmREvsTw/DN1E+OLY2UWUXz2WgJ3MapTEgDGrjEfKHn9Hr+C8zHbZxXrWnHWGuf73MUtkvxsdKhrouAeHTCI6cSTmiH5mt1zIxP63hb5ojP9cudqjGSiG/q4oZFcYoUuPilQz9OIv0xIpgLPaJvRAF7Vw45wRfHp3hIRbIksLlwxZlgecVpq69pYb3nyQ0dscV6DsTXz5walkN29Cf2wG/8WzKcMBI4fO6bFHwbqsP33+l+xefkkTC0a+124Pi8xcAZiiF/VQOrQ==
.gitignore
浏览文件 @
f86547b7
...
@@ -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
...
...
deploy/Jenkinsfile
浏览文件 @
f86547b7
...
@@ -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编译
...
...
library/build/unplugin/components.d.ts
浏览文件 @
f86547b7
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论