Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h5 设置环境变量string解析为number导致运行时报错 #2063

Closed
nsyujian opened this issue Jan 28, 2019 · 5 comments
Closed

h5 设置环境变量string解析为number导致运行时报错 #2063

nsyujian opened this issue Jan 28, 2019 · 5 comments
Labels
question Further information is requested

Comments

@nsyujian
Copy link

问题描述
配置文件index.js中设置环境变量
env: {
PRODUCT_CONFIG: {
version: '2.1.0'
}
}

运行时version没有解析为字符串,解析为number,导致运行时报错

期望行为
version解析为string

报错信息
config.js:119 Uncaught SyntaxError: Unexpected number

源码为

  get PRODUCT_CONFIG(): PRODUCT_CONFIG {
    return process.env.PRODUCT_CONFIG
  },

chrome调试显示为
2019-01-28 16 07 17

系统信息
👽 Taro v1.2.8

Taro CLI 1.2.8 environment info:
System:
OS: macOS 10.14.2
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.11.1 - ~/.nvm/versions/node/v8.11.1/bin/node
Yarn: 1.13.0 - /usr/local/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v8.11.1/bin/npm
npmPackages:
@tarojs/async-await: 1.2.8 => 1.2.8
@tarojs/components: 1.2.8 => 1.2.8
@tarojs/plugin-babel: 1.2.8 => 1.2.8
@tarojs/plugin-csso: 1.2.8 => 1.2.8
@tarojs/plugin-sass: 1.2.8 => 1.2.8
@tarojs/plugin-uglifyjs: 1.2.8 => 1.2.8
@tarojs/redux: 1.2.8 => 1.2.8
@tarojs/redux-h5: 1.2.8 => 1.2.8
@tarojs/router: 1.2.8 => 1.2.8
@tarojs/taro: 1.2.8 => 1.2.8
@tarojs/taro-alipay: 1.2.8 => 1.2.8
@tarojs/taro-h5: 1.2.8 => 1.2.8
@tarojs/taro-swan: 1.2.8 => 1.2.8
@tarojs/taro-weapp: 1.2.8 => 1.2.8
@tarojs/webpack-runner: 1.2.8 => 1.2.8
eslint-config-taro: 1.2.8 => 1.2.8
eslint-plugin-taro: 1.2.8 => 1.2.8
npmGlobalPackages:
typescript: 3.1.3

补充信息
weapp正常

@taro-bot
Copy link

taro-bot bot commented Jan 28, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@luckyadam
Copy link
Member

@nsyujian
Copy link
Author

用json配置文件配置环境变量
"app_icon": "'../../images/slhd/app_icon.png'"
weapp 下解析的app_icon 是 '../../images/slhd/app_icon.png' 多了单引号导致出错, h5正常

@nsyujian nsyujian reopened this Feb 15, 2019
@nsyujian
Copy link
Author

@luckyadam

@taro-bot
Copy link

taro-bot bot commented Feb 15, 2019

Hello~

您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

@taro-bot taro-bot bot removed the to be closed label Mar 2, 2019
@taro-bot taro-bot bot closed this as completed Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants