lex 1 ano atrás
pai
commit
f71990224e
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      src/components/o-header/index.tsx
  2. 1 1
      vite.config.ts

+ 1 - 1
src/components/o-header/index.tsx

@@ -11,7 +11,7 @@ export default defineComponent({
     title: String,
     isBack: {
       type: Boolean,
-      default: true
+      default: false
     },
     backIconColor: {
       // 返回按钮颜色

+ 1 - 1
vite.config.ts

@@ -14,7 +14,7 @@ function resolve(dir: string) {
 }
 // https://vitejs.dev/config/
 // https://github.com/vitejs/vite/issues/1930 .env
-const proxyUrl = 'https://dev.dayaedu.com';
+const proxyUrl = 'https://test.dayaedu.com';
 export default defineConfig({
   base: './',
   plugins: [