odc.xiaohui
2023-12-21 bbcd5945cae34b1ea5f992f526e02dcf722801c6
内网
4个文件已修改
1个文件已删除
11 ■■■■ 已修改文件
dist.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/request.ts 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/oss/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vite.config.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.zip
Binary files differ
src/utils/request.ts
@@ -108,7 +108,6 @@
      return res.data;
    }
    if (code === 401) {
      debugger
      const userStore = useUserStore();
      await userStore.logout()
src/views/index.vue
@@ -341,7 +341,7 @@
    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
src/views/system/oss/index.vue
@@ -364,7 +364,7 @@
    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
@@ -380,7 +380,7 @@
  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 ={
vite.config.ts
@@ -26,10 +26,10 @@
      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), '')
        }