| | |
| | | return res.data; |
| | | } |
| | | if (code === 401) { |
| | | debugger |
| | | const userStore = useUserStore(); |
| | | await userStore.logout() |
| | | |
| | |
| | | dialogVisible.value = false; |
| | | clearInterval(state.mytime); |
| | | state.mytime = 0; |
| | | testtxt.value = row.msg; |
| | | testtxt.value = row.data.password; |
| | | titleDownload.value = '查看提取码' |
| | | pasTxt.value = '' |
| | | visibleCode.value = true |
| | |
| | | dialogVisible.value = false; |
| | | clearInterval(state.mytime); |
| | | state.mytime = 0; |
| | | testtxt.value = row.msg; |
| | | testtxt.value = row.data.password; |
| | | titleDownload.value = '查看提取码' |
| | | pasTxt.value = '' |
| | | visibleCode.value = true |
| | |
| | | await examineIds(row.ossId).then(res => { |
| | | console.log(res); |
| | | if (res.code == 200) { |
| | | testtxt.value = res.msg; |
| | | testtxt.value = row.data.password; |
| | | titleDownload.value = '查看提取码' |
| | | pasTxt.value = '' |
| | | // inputSty.value ={ |
| | |
| | | open: true, |
| | | proxy: { |
| | | [env.VITE_APP_BASE_API]: { |
| | | target: 'http://80.36.32.176:8080', |
| | | // target: 'http://80.36.32.176:8080', |
| | | // target: 'http://51.9.57.211:8080', |
| | | // target: 'http://80.36.32.176:8080', |
| | | // target: 'http://162.14.79.111:2023', |
| | | target: 'http://162.14.79.111:2023', |
| | | changeOrigin: true, |
| | | rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '') |
| | | } |