@@ -49,7 +49,7 @@ const scale = inject(injectKeySlideScale) || ref(1)
overflow: hidden;
text-overflow: ellipsis;
padding: 0 40px;
- color: #fff;
+ color: #333333;
}
</style>
@@ -56,7 +56,6 @@ function handleIframeLoad() {
user-select: none;
line-height: 1;
transform-origin: 0 0;
- background-color: #213793;
.musicIframe {
width: 100%;
height: 100%;
@@ -28,7 +28,7 @@ export default defineConfig({
proxy: {
// 正则表达式写法
"^/pptApi/.*": {
- target: "https://dev.kt.colexiu.com",
+ target: "https://test.kt.colexiu.com",
changeOrigin: true,
rewrite: path => path.replace(/^\/pptApi/, "")