This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
pet-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: 将默认环境从develop改为trial
master
前端-胡立永
2 weeks ago
parent
0401612bad
commit
1252a0a5a3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/getUrl.js
+ 1
- 1
utils/getUrl.js
View File
@ -1,4 +1,4 @@
let
current
=
"
develop
"
;
let
current
=
"
trial
"
;
const
accountInfo
=
wx
.
getAccountInfoSync
(
)
;
// current = accountInfo.miniProgram.envVersion;
Write
Preview
Loading…
Cancel
Save