Showing
1 changed file
with
1 additions
and
12 deletions
| @@ -82,18 +82,7 @@ export class HttpParams { | @@ -82,18 +82,7 @@ export class HttpParams { | ||
| 82 | } | 82 | } |
| 83 | 83 | ||
| 84 | private static getVersion() { | 84 | private static getVersion() { |
| 85 | - // TODO | 85 | + // TODO build时间,待对接build生成属性 |
| 86 | return '202401242103'; | 86 | return '202401242103'; |
| 87 | } | 87 | } |
| 88 | - | ||
| 89 | - private static getVersionCode() { | ||
| 90 | - // TODO | ||
| 91 | - return '10000'; | ||
| 92 | - } | ||
| 93 | - | ||
| 94 | - public static getVersionName() { | ||
| 95 | - // TODO 读取配置 | ||
| 96 | - return '1.0.0'; | ||
| 97 | - } | ||
| 98 | - | ||
| 99 | } | 88 | } |
-
Please register or login to post a comment