lex-xin 1 month ago
parent
commit
1738beec1e
2 changed files with 3 additions and 1 deletions
  1. 2 0
      src/views/message/api.ts
  2. 1 1
      vite.config.ts

+ 2 - 0
src/views/message/api.ts

@@ -201,6 +201,7 @@ export const appSendConfigSave = (params: object) => {
   return request({
     url: '/cbs-app/appSendConfig/save',
     method: 'post',
+    noCleanDeep: true,
     data: params
   } as any)
 }
@@ -212,6 +213,7 @@ export const appSendConfigUpdate = (params: object) => {
   return request({
     url: '/cbs-app/appSendConfig/update',
     method: 'post',
+    noCleanDeep: true,
     data: params
   } as any)
 }

+ 1 - 1
vite.config.ts

@@ -21,7 +21,7 @@ function pathResolve(dir: string) {
 // const proxyUrl = 'https://dev.lexiaoya.cn'
 // const proxyUrl = 'http://127.0.0.1:7293/'
 // const proxyUrl = 'https://resource.colexiu.com/'
-const proxyUrl = 'https://dev.resource.colexiu.com/'
+const proxyUrl = 'https://test.resource.colexiu.com/'
 // https://test.resource.colexiu.com/
 
 export default ({ command, mode }: ConfigEnv): UserConfig => {