视频回放,缩略图

This commit is contained in:
2023-05-05 15:47:49 +08:00
parent 8d16a75c92
commit 0a2e3542ae
28 changed files with 2013 additions and 175 deletions

View File

@ -13,10 +13,17 @@ module.exports = defineConfig({
target: "http://localhost:8000",
changeOrigin: true,
},
"/api": {
target: "http://81.68.90.198:8088",
changeOrigin: true,
pathRewrite: {
"^/api": "", // 假设我们想把 localhost:8888/api/login 变成www.baidu.com/login 就需要这么做 js把路径中的/api去掉
},
},
},
},
transpileDependencies: true,
lintOnSave: false,
publicPath: "./",
assetsDir: "../apps/com.awspaas.user.apps.cmp/screen",
// publicPath: "./",
// assetsDir: "../apps/com.awspaas.user.apps.cmp/screen",
});