出入码下拉刷新功能;内网穿透配置文件
This commit is contained in:
@@ -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", // 不带最后的 /
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user