소스 검색

样式修改

黄琪勇 10 달 전
부모
커밋
733f87c334
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/Empty/Empty.vue
  2. 1 1
      vite.config.ts

+ 1 - 1
src/components/Empty/Empty.vue

@@ -27,7 +27,7 @@ const props = withDefaults(
   .text {
     margin-top: 6px;
     font-size: 16px;
-    color: #777777;
+    color: #999999;
   }
 }
 </style>

+ 1 - 1
vite.config.ts

@@ -28,7 +28,7 @@ export default defineConfig({
     proxy: {
       // 正则表达式写法
       "^/pptApi/.*": {
-        target: "https://test.kt.colexiu.com",
+        target: "https://dev.kt.colexiu.com",
         changeOrigin: true,
         rewrite: path => path.replace(/^\/pptApi/, "")
       }