Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
saas-dml
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
saas-dml
Commits
4475f734
提交
4475f734
authored
11月 26, 2025
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
06311414
全部展开
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
45 行增加
和
46 行删除
+45
-46
.env
.env
+3
-3
.env.dev
.env.dev
+3
-4
.eslintrc-auto-import.json
.eslintrc-auto-import.json
+35
-37
auto-imports.d.ts
auto-imports.d.ts
+2
-0
package-lock.json
package-lock.json
+0
-0
vite.config.ts
vite.config.ts
+2
-2
没有找到文件。
.env
浏览文件 @
4475f734
VITE_LOGIN_URL=http://172.16.3
.203
:1001/auth/login/index
VITE_LAB_URL=http://172.16.3
.203
:1012/bi/?proc=0&action=index
VITE_SURVEYKING_URL=http://172.16.3
.203
:1011
VITE_LOGIN_URL=http://172.16.3
0.75
:1001/auth/login/index
VITE_LAB_URL=http://172.16.3
0.75
:1012/bi/?proc=0&action=index
VITE_SURVEYKING_URL=http://172.16.3
0.75
:1011
VITE_STATIC_URL=https://saas-lab-api
# 直播语音识别
...
...
.env.dev
浏览文件 @
4475f734
VITE_LOGIN_URL=http://172.16.3.203:1001/auth/login/index
VITE_LAB_URL=http://172.16.3.203:1012/bi/?proc=0&action=index
VITE_SURVEYKING_URL=http://172.16.3.203:1011
VITE_STATIC_URL=https://saas-lab-api
VITE_LOGIN_URL=https://login.ezijing.com/auth/login/index
VITE_LAB_URL=https://bi.ezijing.com/bi/?proc=0&action=index
VITE_SURVEYKING_URL=https://surveyking.ezijing.com
# 直播语音识别
VITE_ACCESS_KEY_ID=LTAI5t7YUVzDVSFLYvnuWGuq
...
...
.eslintrc-auto-import.json
浏览文件 @
4475f734
{
"globals"
:
{
"$"
:
true
,
"$$"
:
true
,
"$computed"
:
true
,
"$customRef"
:
true
,
"$ref"
:
true
,
"$shallowRef"
:
true
,
"$toRef"
:
true
,
"Component"
:
true
,
"ComponentPublicInstance"
:
true
,
"ComputedRef"
:
true
,
"DirectiveBinding"
:
true
,
"EffectScope"
:
true
,
"ExtractDefaultPropTypes"
:
true
,
"ExtractPropTypes"
:
true
,
"ExtractPublicPropTypes"
:
true
,
"InjectionKey"
:
true
,
"MaybeRef"
:
true
,
"MaybeRefOrGetter"
:
true
,
"PropType"
:
true
,
"Ref"
:
true
,
"ShallowRef"
:
true
,
"Slot"
:
true
,
"Slots"
:
true
,
"VNode"
:
true
,
"WritableComputedRef"
:
true
,
"asyncComputed"
:
true
,
"autoResetRef"
:
true
,
"computed"
:
true
,
...
...
@@ -29,7 +32,10 @@
"createGlobalState"
:
true
,
"createInjectionState"
:
true
,
"createReactiveFn"
:
true
,
"createRef"
:
true
,
"createReusableTemplate"
:
true
,
"createSharedComposable"
:
true
,
"createTemplatePromise"
:
true
,
"createUnrefFn"
:
true
,
"customRef"
:
true
,
"debouncedRef"
:
true
,
...
...
@@ -41,14 +47,17 @@
"extendRef"
:
true
,
"getCurrentInstance"
:
true
,
"getCurrentScope"
:
true
,
"getCurrentWatcher"
:
true
,
"h"
:
true
,
"ignorableWatch"
:
true
,
"inject"
:
true
,
"injectLocal"
:
true
,
"isDefined"
:
true
,
"isProxy"
:
true
,
"isReactive"
:
true
,
"isReadonly"
:
true
,
"isRef"
:
true
,
"isShallow"
:
true
,
"makeDestructurable"
:
true
,
"markRaw"
:
true
,
"nextTick"
:
true
,
...
...
@@ -60,6 +69,7 @@
"onBeforeUpdate"
:
true
,
"onClickOutside"
:
true
,
"onDeactivated"
:
true
,
"onElementRemoval"
:
true
,
"onErrorCaptured"
:
true
,
"onKeyStroke"
:
true
,
"onLongPress"
:
true
,
...
...
@@ -71,8 +81,10 @@
"onStartTyping"
:
true
,
"onUnmounted"
:
true
,
"onUpdated"
:
true
,
"onWatcherCleanup"
:
true
,
"pausableWatch"
:
true
,
"provide"
:
true
,
"provideLocal"
:
true
,
"reactify"
:
true
,
"reactifyObject"
:
true
,
"reactive"
:
true
,
...
...
@@ -101,6 +113,7 @@
"toReactive"
:
true
,
"toRef"
:
true
,
"toRefs"
:
true
,
"toValue"
:
true
,
"triggerRef"
:
true
,
"tryOnBeforeMount"
:
true
,
"tryOnBeforeUnmount"
:
true
,
...
...
@@ -111,11 +124,14 @@
"unrefElement"
:
true
,
"until"
:
true
,
"useActiveElement"
:
true
,
"useAnimate"
:
true
,
"useArrayDifference"
:
true
,
"useArrayEvery"
:
true
,
"useArrayFilter"
:
true
,
"useArrayFind"
:
true
,
"useArrayFindIndex"
:
true
,
"useArrayFindLast"
:
true
,
"useArrayIncludes"
:
true
,
"useArrayJoin"
:
true
,
"useArrayMap"
:
true
,
"useArrayReduce"
:
true
,
...
...
@@ -132,9 +148,11 @@
"useBrowserLocation"
:
true
,
"useCached"
:
true
,
"useClipboard"
:
true
,
"useClipboardItems"
:
true
,
"useCloned"
:
true
,
"useColorMode"
:
true
,
"useConfirmDialog"
:
true
,
"useCountdown"
:
true
,
"useCounter"
:
true
,
"useCssModule"
:
true
,
"useCssVar"
:
true
,
...
...
@@ -173,6 +191,7 @@
"useFullscreen"
:
true
,
"useGamepad"
:
true
,
"useGeolocation"
:
true
,
"useId"
:
true
,
"useIdle"
:
true
,
"useImage"
:
true
,
"useInfiniteScroll"
:
true
,
...
...
@@ -189,6 +208,7 @@
"useMediaQuery"
:
true
,
"useMemoize"
:
true
,
"useMemory"
:
true
,
"useModel"
:
true
,
"useMounted"
:
true
,
"useMouse"
:
true
,
"useMouseInElement"
:
true
,
...
...
@@ -202,6 +222,8 @@
"useOnline"
:
true
,
"usePageLeave"
:
true
,
"useParallax"
:
true
,
"useParentElement"
:
true
,
"usePerformanceObserver"
:
true
,
"usePermission"
:
true
,
"usePointer"
:
true
,
"usePointerLock"
:
true
,
...
...
@@ -211,12 +233,14 @@
"usePreferredDark"
:
true
,
"usePreferredLanguages"
:
true
,
"usePreferredReducedMotion"
:
true
,
"usePreferredReducedTransparency"
:
true
,
"usePrevious"
:
true
,
"useRafFn"
:
true
,
"useRefHistory"
:
true
,
"useResizeObserver"
:
true
,
"useRoute"
:
true
,
"useRouter"
:
true
,
"useSSRWidth"
:
true
,
"useScreenOrientation"
:
true
,
"useScreenSafeArea"
:
true
,
"useScriptTag"
:
true
,
...
...
@@ -234,6 +258,7 @@
"useStyleTag"
:
true
,
"useSupported"
:
true
,
"useSwipe"
:
true
,
"useTemplateRef"
:
true
,
"useTemplateRefsList"
:
true
,
"useTextDirection"
:
true
,
"useTextSelection"
:
true
,
...
...
@@ -269,8 +294,10 @@
"watchArray"
:
true
,
"watchAtMost"
:
true
,
"watchDebounced"
:
true
,
"watchDeep"
:
true
,
"watchEffect"
:
true
,
"watchIgnorable"
:
true
,
"watchImmediate"
:
true
,
"watchOnce"
:
true
,
"watchPausable"
:
true
,
"watchPostEffect"
:
true
,
...
...
@@ -278,35 +305,6 @@
"watchThrottled"
:
true
,
"watchTriggerable"
:
true
,
"watchWithFilter"
:
true
,
"whenever"
:
true
,
"toValue"
:
true
,
"createReusableTemplate"
:
true
,
"createTemplatePromise"
:
true
,
"useAnimate"
:
true
,
"useArrayDifference"
:
true
,
"useArrayIncludes"
:
true
,
"useParentElement"
:
true
,
"usePerformanceObserver"
:
true
,
"watchDeep"
:
true
,
"watchImmediate"
:
true
,
"ExtractDefaultPropTypes"
:
true
,
"ExtractPropTypes"
:
true
,
"ExtractPublicPropTypes"
:
true
,
"WritableComputedRef"
:
true
,
"injectLocal"
:
true
,
"provideLocal"
:
true
,
"useClipboardItems"
:
true
,
"DirectiveBinding"
:
true
,
"MaybeRef"
:
true
,
"MaybeRefOrGetter"
:
true
,
"onWatcherCleanup"
:
true
,
"useId"
:
true
,
"useModel"
:
true
,
"useTemplateRef"
:
true
,
"createRef"
:
true
,
"onElementRemoval"
:
true
,
"useCountdown"
:
true
,
"usePreferredReducedTransparency"
:
true
,
"useSSRWidth"
:
true
"whenever"
:
true
}
}
auto-imports.d.ts
浏览文件 @
4475f734
...
...
@@ -43,6 +43,7 @@ declare global {
const
extendRef
:
typeof
import
(
'@vueuse/core'
)[
'extendRef'
]
const
getCurrentInstance
:
typeof
import
(
'vue'
)[
'getCurrentInstance'
]
const
getCurrentScope
:
typeof
import
(
'vue'
)[
'getCurrentScope'
]
const
getCurrentWatcher
:
typeof
import
(
'vue'
).
getCurrentWatcher
const
h
:
typeof
import
(
'vue'
)[
'h'
]
const
ignorableWatch
:
typeof
import
(
'@vueuse/core'
)[
'ignorableWatch'
]
const
inject
:
typeof
import
(
'vue'
)[
'inject'
]
...
...
@@ -52,6 +53,7 @@ declare global {
const
isReactive
:
typeof
import
(
'vue'
)[
'isReactive'
]
const
isReadonly
:
typeof
import
(
'vue'
)[
'isReadonly'
]
const
isRef
:
typeof
import
(
'vue'
)[
'isRef'
]
const
isShallow
:
typeof
import
(
'vue'
).
isShallow
const
makeDestructurable
:
typeof
import
(
'@vueuse/core'
)[
'makeDestructurable'
]
const
markRaw
:
typeof
import
(
'vue'
)[
'markRaw'
]
const
nextTick
:
typeof
import
(
'vue'
)[
'nextTick'
]
...
...
package-lock.json
浏览文件 @
4475f734
差异被折叠。
点击展开。
vite.config.ts
浏览文件 @
4475f734
...
...
@@ -60,8 +60,8 @@ export default defineConfig(() => ({
// changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api\/lab/, ''),
// },
//
'/api': 'https://saas-dml.ezijing.com',
'/api'
:
'http://172.16.30.33:1007'
,
'/api'
:
'https://saas-dml.ezijing.com'
,
//
'/api': 'http://172.16.30.33:1007',
},
},
resolve
:
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论