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