Files
apple 079076a70e miao33: 从 main 同步 single_uniapp22miao,dart-sass 兼容修复,DEPLOY.md 更新
- 从 main 获取 single_uniapp22miao 子项目
- dart-sass: /deep/ -> ::v-deep,calc 运算符加空格
- DEPLOY.md 采用 shccd159 版本(4 子项目架构说明)

Made-with: Cursor
2026-03-16 11:16:42 +08:00

10 lines
216 B
JavaScript

/**
* 全局使用的变量值
*/
import Cache from '@/utils/cache'
import Vue from 'vue'
const global = {
//图片域名
urlDomain: Cache.get('imgHost')?Cache.get('imgHost'):''
}
Vue.prototype.$GLOBAL = global