yuanliang 1 년 전
부모
커밋
45e7b24df9
2개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 3
      src/views/message/message-record/sms-record.tsx
  2. 2 2
      vite.config.ts

+ 1 - 3
src/views/message/message-record/sms-record.tsx

@@ -68,9 +68,7 @@ export default defineComponent({
         state.loading = true
         const {data} = await sysMessagePage({
           ...state.pagination,
-          title: state.searchForm.title,
-          clientId: state.searchForm.clientId,
-          group: state.searchForm.group,
+          ...state.searchForm,
           appKey: props.appKey,
           sendMode: 'SMS',
           ...getTimes(state.searchForm.sendTime, ['sendTimeStart', 'sendTimeEnd']),

+ 2 - 2
vite.config.ts

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