111
WXL
9 天以前 e58021576b80760456fd47977ab639728021086c
111
已添加1个文件
已修改2个文件
29943 ■■■■■ 文件已修改
package-lock.json 29940 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/modules/remaining.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vite.config.ts 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package-lock.json
对比新文件
文件太大
src/router/modules/remaining.ts
@@ -40,7 +40,7 @@
    children: [
      {
        path: '/redirect/:path(.*)',
        name: 'Redirect',
        name: 'RedirectChild',
        component: () => import('@/views/Redirect/Redirect.vue'),
        meta: {}
      }
vite.config.ts
@@ -32,6 +32,7 @@
      proxy: {
        ['/admin-api']: {
          target: 'http://192.168.3.180:48080',
          // target: 'http://192.168.100.194:48080',
          ws: false,
          changeOrigin: true,
          // rewrite: (path) => path.replace(new RegExp(`^/admin-api`), ''),