Browse Source

feat:测试环境

snow 2 years ago
parent
commit
f94159b66b
2 changed files with 3 additions and 4 deletions
  1. 3 3
      .env.development
  2. 0 1
      src/views/InvoiceSales/invoiceApply/index.vue

+ 3 - 3
.env.development

@@ -16,8 +16,8 @@ VITE_APP_ID = "ww6076e6fd4268ee31"
 # 微信开发环境基础重定向url
 REDIRECT_BASE_URL = "http://cxinv.api.caixiao365.com"
 # 开发环境后端用户地址
-VITE_PROXY_USER_REAL = "http://cxinv.api.caixiao365.com"
+VITE_PROXY_USER_REAL = "http://stockinv365.test241.wanyuhengtong.com"
 # 开发环境后端业务地址
-VITE_PROXY_DOMAIN_REAL = "http://cxinv.api.caixiao365.com"
+VITE_PROXY_DOMAIN_REAL = "http://stockinv365.test241.wanyuhengtong.com"
 
-VITE_IS_PROD = true
+VITE_IS_PROD = false

+ 0 - 1
src/views/InvoiceSales/invoiceApply/index.vue

@@ -172,4 +172,3 @@ function onDownloadTemplate() {
     <back-modal ref="backModalRef" @refresh="() => instance.onSearch()" />
   </PageAuth>
 </template>
-