黄琪勇 3 månader sedan
förälder
incheckning
733f87c334
2 ändrade filer med 2 tillägg och 2 borttagningar
  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/, "")
       }