No Description

luxf 1d5b4a8caf 小程序首页 4 months ago
api 145069f222 初始化项目 5 months ago
components 1d5b4a8caf 小程序首页 4 months ago
locales 145069f222 初始化项目 5 months ago
pages 1d5b4a8caf 小程序首页 4 months ago
static 1d5b4a8caf 小程序首页 4 months ago
store 145069f222 初始化项目 5 months ago
utils 145069f222 初始化项目 5 months ago
wxcomponents 1d5b4a8caf 小程序首页 4 months ago
.gitignore 2a74857850 first commit 5 months ago
App.vue 1d5b4a8caf 小程序首页 4 months ago
README.md 1d5b4a8caf 小程序首页 4 months ago
index.html 145069f222 初始化项目 5 months ago
main.js 145069f222 初始化项目 5 months ago
manifest.json 1d5b4a8caf 小程序首页 4 months ago
package-lock.json 145069f222 初始化项目 5 months ago
package.json 145069f222 初始化项目 5 months ago
pages.json 1d5b4a8caf 小程序首页 4 months ago
uni.promisify.adaptor.js 145069f222 初始化项目 5 months ago
uni.scss 1d5b4a8caf 小程序首页 4 months ago

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