瀏覽代碼

发布测试环境

lifanagju_citu 5 月之前
父節點
當前提交
2b996610e8
共有 2 個文件被更改,包括 1 次插入3 次删除
  1. 0 3
      .env.demo
  2. 1 0
      components.d.ts

+ 0 - 3
.env.demo

@@ -4,15 +4,12 @@ VITE_APP_TITLE = 门墩儿
 
 # 访问路径
 VITE_ACCESS_BASE_URL = 'http://menduner.citupro.com:7878' # 发布测试环境 
-# VITE_ACCESS_BASE_URL = 'https://www.menduner.com' # 发布生产环境 
 # 
 # 请求路径
 VITE_BASE_URL = 'http://menduner.citupro.com:7878' # 发布测试环境 
-# VITE_BASE_URL = 'https://www.menduner.com' # 发布生产环境 
 
 # 预览路径
 VITE_PREVIEW_URL = 'http://192.168.3.91:8012' # 发布测试环境 
-# VITE_PREVIEW_URL = 'https://kkfileview.menduner.com/' # 发布生产环境 
 
 # 租户id
 VITE_TENANTCODE = '155'

+ 1 - 0
components.d.ts

@@ -17,6 +17,7 @@ declare module 'vue' {
     Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
     ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/index.vue')['default']
     ConfirmPaymentDialog: typeof import('./src/components/pay/confirmPaymentDialog.vue')['default']
+    copy: typeof import('./src/components/CtForm/index copy.vue')['default']
     CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
     CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
     CtForm: typeof import('./src/components/CtForm/index.vue')['default']