Aucune description

luxf 8448cebdf1 登录 il y a 4 mois
api 8448cebdf1 登录 il y a 4 mois
components 8448cebdf1 登录 il y a 4 mois
locales 145069f222 初始化项目 il y a 5 mois
pages 8448cebdf1 登录 il y a 4 mois
static 8448cebdf1 登录 il y a 4 mois
store 8448cebdf1 登录 il y a 4 mois
utils 8448cebdf1 登录 il y a 4 mois
wxcomponents 8448cebdf1 登录 il y a 4 mois
.gitignore 2a74857850 first commit il y a 5 mois
App.vue 10932348c2 同期活动 il y a 4 mois
README.md 1d5b4a8caf 小程序首页 il y a 4 mois
index.html 145069f222 初始化项目 il y a 5 mois
main.js 8448cebdf1 登录 il y a 4 mois
manifest.json 8448cebdf1 登录 il y a 4 mois
package-lock.json 145069f222 初始化项目 il y a 5 mois
package.json 8448cebdf1 登录 il y a 4 mois
pages.json 8448cebdf1 登录 il y a 4 mois
uni.promisify.adaptor.js 145069f222 初始化项目 il y a 5 mois
uni.scss 8448cebdf1 登录 il y a 4 mois

README.md

process.env 配置

package.json 的 env节点

`

"uni-app": {
	"scripts": {
		"dev": {
			"title": "小程序-开发环境",
			"env": {
				"UNI_PLATFORM": "mp-weixin",
				"NAME": "dev",
				"TOKEN_KEY": "token",
				"BASE_API": "https://starify-api-dev.matchexpo.cn"
			},
			"define": {
				"MP-CJN": true
			}
		},

`

登录与授权

store/user.js utils/auth.js