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

fix(cli): app.js的配置支持传入变量 #2612

Closed
wants to merge 1 commit into from

Conversation

deepcoldy
Copy link

@deepcoldy deepcoldy commented Mar 28, 2019

现在的app.js的配置是不允许传参数的,代码:
image
报错:
image
原因貌似是因为没有处理Identifier类型,导致return node.valueundefined

@yuche
Copy link
Contributor

yuche commented Mar 29, 2019

这个传了也没用,因为小程序的容器要求在创建组件实例之前 config 就必须有值,且值不能动态更改。

@Lionad-Morotar
Copy link

这个传了也没用,因为小程序的容器要求在创建组件实例之前 config 就必须有值,且值不能动态更改。

能不能通过配置, 根据打包环境的不同, 使用不同的app.js打包呢, 比如app.weapp.js, app.alipay.js

@yuche
Copy link
Contributor

yuche commented Apr 15, 2019

这个传了也没用,因为小程序的容器要求在创建组件实例之前 config 就必须有值,且值不能动态更改。

能不能通过配置, 根据打包环境的不同, 使用不同的app.js打包呢, 比如app.weapp.js, app.alipay.js

你可以提一个 feature request 的 issue

@deepcoldy
Copy link
Author

这个传了也没用,因为小程序的容器要求在创建组件实例之前 config 就必须有值,且值不能动态更改。

能不能通过配置, 根据打包环境的不同, 使用不同的app.js打包呢, 比如app.weapp.js, app.alipay.js

@Lionad-Morotar 参考一下 #2507

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants