Commit 76a6f6b3 by qlintonger xeno

转换绝对引入为相对引入,AnyR=>.+

parent 186b7821
......@@ -9,6 +9,5 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script defer async src="./AgoraRTC_N-4.19.1.js"></script>
</body>
</html>
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -33,7 +33,8 @@ export default defineConfig({
AutoImport({
imports: ['vue', 'vue-router'],
dts: 'src/auto-import.d.ts',
resolvers: [ArcoResolver()]
resolvers: [ArcoResolver()],
exclude: ['anyremote/agora/AgoraRTC_N-4.19.1.js']
}),
Components({
// 自动导入的组件位置,默认是src/components
......@@ -71,6 +72,6 @@ export default defineConfig({
cors: true // 跨域
},
optimizeDeps: {
exclude: ['AnyR/agora/AgoraRTC_N-4.19.1.js']
exclude: ['anyremote/agora/AgoraRTC_N-4.19.1.js']
}
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment