2024-02-26 23:04:17 +08:00
|
|
|
//
|
|
|
|
// H5Utils.swift
|
|
|
|
// yinmeng-ios
|
|
|
|
//
|
2024-03-05 14:04:09 +08:00
|
|
|
// Created by yinmeng on 2024/2/26.
|
2024-02-26 23:04:17 +08:00
|
|
|
//
|
|
|
|
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
enum H5Utils:String {
|
|
|
|
case privacy = "modules/rule/privacy-wap.html"
|
2024-02-29 23:49:12 +08:00
|
|
|
case user = "modules/rule/protocol.html"
|
2024-02-26 23:04:17 +08:00
|
|
|
case logoff = "modules/logout/index.html"
|
2024-03-01 21:03:59 +08:00
|
|
|
case pay = "mew/modules/rule/rechargeAgreement.html"
|
2024-02-26 23:04:17 +08:00
|
|
|
}
|