提交 030bc91a authored 作者: xiejiang's avatar xiejiang

fix: 修改测试环境地址

上级 aa430ea4
###
# @Author: xiejiang
# @Date: 2024-12-08 09:25:35
# @LastEditors: xiejiang
# @LastEditTime: 2024-12-10 15:55:57
# @Description:
# Copyright(c)2024 by 好老师教育科技有限公司 All right Reserved.
###
# 测试环境 # 测试环境
VITE_USER_NODE_ENV = test VITE_USER_NODE_ENV = test
...@@ -15,4 +23,4 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false ...@@ -15,4 +23,4 @@ VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
VITE_DROP_CONSOLE = true VITE_DROP_CONSOLE = true
# 测试环境接口地址 # 测试环境接口地址
VITE_API_URL = http://api.hidowell.seevin.com VITE_API_URL = http://172.16.3.197:8095
...@@ -68,7 +68,6 @@ declare module 'vue' { ...@@ -68,7 +68,6 @@ declare module 'vue' {
TTextarea: typeof import('tdesign-vue-next')['Textarea'] TTextarea: typeof import('tdesign-vue-next')['Textarea']
TTooltip: typeof import('tdesign-vue-next')['Tooltip'] TTooltip: typeof import('tdesign-vue-next')['Tooltip']
TTree: typeof import('tdesign-vue-next')['Tree'] TTree: typeof import('tdesign-vue-next')['Tree']
UpdateDialog: typeof import('./components/UpdateDialog/index.vue')['default']
UpdateVersion: typeof import('./components/UpdateVersion/index.vue')['default'] UpdateVersion: typeof import('./components/UpdateVersion/index.vue')['default']
Upload: typeof import('./components/Upload/index.vue')['default'] Upload: typeof import('./components/Upload/index.vue')['default']
WangEditor: typeof import('./components/WangEditor/index.vue')['default'] WangEditor: typeof import('./components/WangEditor/index.vue')['default']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论