微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 年前
3 年前
3 年前
3 年前
3 年前
3 年前
12345678910111213141516171819202122232425
  1. function getURL(location){
  2. let url = wx.getStorageSync('dressCode');
  3. if (location) {
  4. url = location;
  5. }
  6. return url
  7. }
  8. export {
  9. getURL,
  10. }
  11. // module.exports = {
  12. // DEV: {
  13. // wx.getStorageSync('dressCode'): 'https://dazu.nongshen.net/api',
  14. // },
  15. // PRE: {
  16. // wx.getStorageSync('dressCode'): 'https://dazu.nongshen.net/api',
  17. // },
  18. // PROD: {
  19. // wx.getStorageSync('dressCode'): 'https://dazu.nongshen.net/api',
  20. // },
  21. // IMGURL: {
  22. // wx.getStorageSync('dressCode'): 'https://dazu.nongshen.net/api',
  23. // }
  24. // }