yuanliang 1 år sedan
förälder
incheckning
45e7b24df9
2 ändrade filer med 3 tillägg och 5 borttagningar
  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 => {