|
@@ -4,7 +4,7 @@ import Vue from 'vue'
|
|
|
export * from './utils'
|
|
|
|
|
|
export function getAssetsFile(url) {
|
|
|
- return new URL(`../assets/images/${url}`, import.meta.url).href
|
|
|
+ return new URL(`../assets/image/${url}`, import.meta.url).href
|
|
|
}
|
|
|
|
|
|
// TODO 临时处理内部跳转,部分页面需打开 in-web 剑鱼环境下,部分需要打开 in-app 工作台环境下
|