1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序登录逻辑跑通;登陆密码MD5存储;小程序首页添加调试输出

This commit is contained in:
2022-11-24 02:06:50 +08:00
parent d28fa0dd00
commit 08bab25a48
9 changed files with 161 additions and 61 deletions

View File

@@ -10,7 +10,8 @@ const App = createApp({
// 全局变量 refer: https://docs.taro.zone/docs/come-from-miniapp#%E5%85%A8%E5%B1%80%E5%8F%98%E9%87%8F
App.use(setGlobalDataPlugin, {
globalData: {
baseUrl: "http://localhost:8080", // 不带最后的 /
debugMode: true, // 是否展示调试内容
baseUrl: "http://localhost", // 不带最后的 /
}
})