설명 없음

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

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