Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
7ebb4e13
Commit
7ebb4e13
authored
Apr 14, 2025
by
linjinhong
Committed by
qinjianhui
May 29, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加代理
parent
be7a6939
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
81 additions
and
0 deletions
+81
-0
auto-imports.d.ts
+73
-0
package-lock.json
+0
-0
vite.config.ts
+8
-0
No files found.
auto-imports.d.ts
View file @
7ebb4e13
...
...
@@ -5,7 +5,80 @@
// Generated by unplugin-auto-import
export
{}
declare
global
{
const
EffectScope
:
typeof
import
(
'vue'
)[
'EffectScope'
]
const
ElLoading
:
typeof
import
(
'element-plus/es'
)[
'ElLoading'
]
const
ElMessage
:
typeof
import
(
'element-plus/es'
)[
'ElMessage'
]
const
ElMessageBox
:
typeof
import
(
'element-plus/es'
)[
'ElMessageBox'
]
const
acceptHMRUpdate
:
typeof
import
(
'pinia'
)[
'acceptHMRUpdate'
]
const
computed
:
typeof
import
(
'vue'
)[
'computed'
]
const
createApp
:
typeof
import
(
'vue'
)[
'createApp'
]
const
createPinia
:
typeof
import
(
'pinia'
)[
'createPinia'
]
const
customRef
:
typeof
import
(
'vue'
)[
'customRef'
]
const
defineAsyncComponent
:
typeof
import
(
'vue'
)[
'defineAsyncComponent'
]
const
defineComponent
:
typeof
import
(
'vue'
)[
'defineComponent'
]
const
defineStore
:
typeof
import
(
'pinia'
)[
'defineStore'
]
const
effectScope
:
typeof
import
(
'vue'
)[
'effectScope'
]
const
getActivePinia
:
typeof
import
(
'pinia'
)[
'getActivePinia'
]
const
getCurrentInstance
:
typeof
import
(
'vue'
)[
'getCurrentInstance'
]
const
getCurrentScope
:
typeof
import
(
'vue'
)[
'getCurrentScope'
]
const
h
:
typeof
import
(
'vue'
)[
'h'
]
const
inject
:
typeof
import
(
'vue'
)[
'inject'
]
const
isProxy
:
typeof
import
(
'vue'
)[
'isProxy'
]
const
isReactive
:
typeof
import
(
'vue'
)[
'isReactive'
]
const
isReadonly
:
typeof
import
(
'vue'
)[
'isReadonly'
]
const
isRef
:
typeof
import
(
'vue'
)[
'isRef'
]
const
mapActions
:
typeof
import
(
'pinia'
)[
'mapActions'
]
const
mapGetters
:
typeof
import
(
'pinia'
)[
'mapGetters'
]
const
mapState
:
typeof
import
(
'pinia'
)[
'mapState'
]
const
mapStores
:
typeof
import
(
'pinia'
)[
'mapStores'
]
const
mapWritableState
:
typeof
import
(
'pinia'
)[
'mapWritableState'
]
const
markRaw
:
typeof
import
(
'vue'
)[
'markRaw'
]
const
nextTick
:
typeof
import
(
'vue'
)[
'nextTick'
]
const
onActivated
:
typeof
import
(
'vue'
)[
'onActivated'
]
const
onBeforeMount
:
typeof
import
(
'vue'
)[
'onBeforeMount'
]
const
onBeforeRouteLeave
:
typeof
import
(
'vue-router'
)[
'onBeforeRouteLeave'
]
const
onBeforeRouteUpdate
:
typeof
import
(
'vue-router'
)[
'onBeforeRouteUpdate'
]
const
onBeforeUnmount
:
typeof
import
(
'vue'
)[
'onBeforeUnmount'
]
const
onBeforeUpdate
:
typeof
import
(
'vue'
)[
'onBeforeUpdate'
]
const
onDeactivated
:
typeof
import
(
'vue'
)[
'onDeactivated'
]
const
onErrorCaptured
:
typeof
import
(
'vue'
)[
'onErrorCaptured'
]
const
onMounted
:
typeof
import
(
'vue'
)[
'onMounted'
]
const
onRenderTracked
:
typeof
import
(
'vue'
)[
'onRenderTracked'
]
const
onRenderTriggered
:
typeof
import
(
'vue'
)[
'onRenderTriggered'
]
const
onScopeDispose
:
typeof
import
(
'vue'
)[
'onScopeDispose'
]
const
onServerPrefetch
:
typeof
import
(
'vue'
)[
'onServerPrefetch'
]
const
onUnmounted
:
typeof
import
(
'vue'
)[
'onUnmounted'
]
const
onUpdated
:
typeof
import
(
'vue'
)[
'onUpdated'
]
const
onWatcherCleanup
:
typeof
import
(
'vue'
)[
'onWatcherCleanup'
]
const
provide
:
typeof
import
(
'vue'
)[
'provide'
]
const
reactive
:
typeof
import
(
'vue'
)[
'reactive'
]
const
readonly
:
typeof
import
(
'vue'
)[
'readonly'
]
const
ref
:
typeof
import
(
'vue'
)[
'ref'
]
const
resolveComponent
:
typeof
import
(
'vue'
)[
'resolveComponent'
]
const
setActivePinia
:
typeof
import
(
'pinia'
)[
'setActivePinia'
]
const
setMapStoreSuffix
:
typeof
import
(
'pinia'
)[
'setMapStoreSuffix'
]
const
shallowReactive
:
typeof
import
(
'vue'
)[
'shallowReactive'
]
const
shallowReadonly
:
typeof
import
(
'vue'
)[
'shallowReadonly'
]
const
shallowRef
:
typeof
import
(
'vue'
)[
'shallowRef'
]
const
storeToRefs
:
typeof
import
(
'pinia'
)[
'storeToRefs'
]
const
toRaw
:
typeof
import
(
'vue'
)[
'toRaw'
]
const
toRef
:
typeof
import
(
'vue'
)[
'toRef'
]
const
toRefs
:
typeof
import
(
'vue'
)[
'toRefs'
]
const
toValue
:
typeof
import
(
'vue'
)[
'toValue'
]
const
triggerRef
:
typeof
import
(
'vue'
)[
'triggerRef'
]
const
unref
:
typeof
import
(
'vue'
)[
'unref'
]
const
useAttrs
:
typeof
import
(
'vue'
)[
'useAttrs'
]
const
useCssModule
:
typeof
import
(
'vue'
)[
'useCssModule'
]
const
useCssVars
:
typeof
import
(
'vue'
)[
'useCssVars'
]
const
useId
:
typeof
import
(
'vue'
)[
'useId'
]
const
useLink
:
typeof
import
(
'vue-router'
)[
'useLink'
]
const
useModel
:
typeof
import
(
'vue'
)[
'useModel'
]
const
useRoute
:
typeof
import
(
'vue-router'
)[
'useRoute'
]
const
useRouter
:
typeof
import
(
'vue-router'
)[
'useRouter'
]
const
useSlots
:
typeof
import
(
'vue'
)[
'useSlots'
]
const
useTemplateRef
:
typeof
import
(
'vue'
)[
'useTemplateRef'
]
const
watch
:
typeof
import
(
'vue'
)[
'watch'
]
const
watchEffect
:
typeof
import
(
'vue'
)[
'watchEffect'
]
const
watchPostEffect
:
typeof
import
(
'vue'
)[
'watchPostEffect'
]
const
watchSyncEffect
:
typeof
import
(
'vue'
)[
'watchSyncEffect'
]
}
package-lock.json
View file @
7ebb4e13
This source diff could not be displayed because it is too large. You can
view the blob
instead.
vite.config.ts
View file @
7ebb4e13
/*
* @Author: linjinhong linjinhong@jomalls.com
* @Date: 2025-04-14 15:21:58
* @LastEditors: linjinhong linjinhong@jomalls.com
* @LastEditTime: 2025-04-14 16:36:32
* @FilePath: \factory_front\vite.config.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
import
{
defineConfig
}
from
'vite'
import
AutoImport
from
'unplugin-auto-import/vite'
import
Components
from
'unplugin-vue-components/vite'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment