@/const/index.js
export const baseName = 'TEST_BASE_NAME'
@/const/storage.js
import { baseName } from './index'
console.log('baseName--------------', baseName) // 打印undefined
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: macOS 13
第三方开发者工具版本号: 最新版
基础库版本号: 3.1.5
项目创建方式: CLI
CLI版本号: 3.0.0-3080720230703001
@/const/index.js
export const baseName = 'TEST_BASE_NAME'
@/const/storage.js
import { baseName } from './index'
console.log('baseName--------------', baseName) // 打印undefined
@/const/index.js
export const baseName = 'TEST_BASE_NAME'
@/const/storage.js
import { baseName } from './index'
console.log('baseName--------------', baseName) // 打印undefined
打印结果为TEST_BASE_NAME
打印undefined
2***@qq.com (作者)
小程序环境还是不可以
2023-11-13 10:51