refactor: 请求等页面
This commit is contained in:
2
src/types/auto-import.d.ts
vendored
2
src/types/auto-import.d.ts
vendored
@@ -170,7 +170,6 @@ declare module 'vue' {
|
||||
readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
|
||||
readonly useRequest: UnwrapRef<typeof import('../hooks/useRequest')['default']>
|
||||
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
||||
readonly useUpload2: UnwrapRef<typeof import('../hooks/useUpload2')['default']>
|
||||
readonly useUpload: UnwrapRef<typeof import('../hooks/useUpload')['default']>
|
||||
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
||||
readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
|
||||
@@ -254,7 +253,6 @@ declare module '@vue/runtime-core' {
|
||||
readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
|
||||
readonly useRequest: UnwrapRef<typeof import('../hooks/useRequest')['default']>
|
||||
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
||||
readonly useUpload2: UnwrapRef<typeof import('../hooks/useUpload2')['default']>
|
||||
readonly useUpload: UnwrapRef<typeof import('../hooks/useUpload')['default']>
|
||||
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
||||
readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
|
||||
|
||||
6
src/types/uni-pages.d.ts
vendored
6
src/types/uni-pages.d.ts
vendored
@@ -5,11 +5,7 @@
|
||||
|
||||
interface NavigateToOptions {
|
||||
url: "/pages/index/index" |
|
||||
"/pages/index/about" |
|
||||
"/pages/index/request" |
|
||||
"/pages/index/request2" |
|
||||
"/pages/index/upload" |
|
||||
"/pages/index/upload2";
|
||||
"/pages/index/about";
|
||||
}
|
||||
interface RedirectToOptions extends NavigateToOptions {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user