fix: 复原接口名
This commit is contained in:
parent
1c293d0c86
commit
6bfce93f3f
@ -2,7 +2,7 @@ VITE_NODE_ENV = prod
|
|||||||
|
|
||||||
VITE_OA_BASEURL = https://oa.shiyuegame.com
|
VITE_OA_BASEURL = https://oa.shiyuegame.com
|
||||||
|
|
||||||
# VITE_YCODE_BASEURL = https://custom-chart-api.shiyuegame.com
|
VITE_YCODE_BASEURL = https://custom-chart-api.shiyuegame.com
|
||||||
VITE_YCODE_BASEURL = https://custom-chart-api.shiyuegame.com:19998
|
# VITE_YCODE_BASEURL = https://custom-chart-api.shiyuegame.com:19998
|
||||||
|
|
||||||
VITE_YCODE_BASEURL_FRONT = https://custom-chart.shiyuegame.com
|
VITE_YCODE_BASEURL_FRONT = https://custom-chart.shiyuegame.com
|
||||||
|
1
components.d.ts
vendored
1
components.d.ts
vendored
@ -18,6 +18,7 @@ declare module 'vue' {
|
|||||||
AFloatButton: typeof import('ant-design-vue/es')['FloatButton']
|
AFloatButton: typeof import('ant-design-vue/es')['FloatButton']
|
||||||
AForm: typeof import('ant-design-vue/es')['Form']
|
AForm: typeof import('ant-design-vue/es')['Form']
|
||||||
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
||||||
|
AImage: typeof import('ant-design-vue/es')['Image']
|
||||||
AInput: typeof import('ant-design-vue/es')['Input']
|
AInput: typeof import('ant-design-vue/es')['Input']
|
||||||
AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
|
AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
|
||||||
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
|
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user