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

出入码下拉刷新功能;内网穿透配置文件

This commit is contained in:
2022-11-26 15:31:35 +08:00
parent 00652ee179
commit eaecc486df
11 changed files with 115 additions and 45 deletions

View File

@@ -11,7 +11,9 @@ const App = createApp({
App.use(setGlobalDataPlugin, {
globalData: {
debugMode: true, // 是否展示调试内容
baseUrl: "http://localhost", // 不带最后的 /
baseUrl: true
? "http://39.99.244.156:5203"
: "http://localhost", // 不带最后的 /
}
})