Skip to content

Commit

Permalink
feat: un debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwin-z committed May 2, 2022
1 parent 9976221 commit 64d7257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newsmth/postgroup2/SMPostViewControllerV4.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ class SMPostViewControllerV4: XWebController {

override func viewDidLoad() {
if post != nil {
url = URL(string: "http://10.0.0.209:3000/#/")
// url = URL(string: "http://10.0.0.209:3000/#/")
// url = URL(string: "http://public-1255362875.cos.ap-shanghai.myqcloud.com/xsmth/v4.3.0/index.html#/")
// url = URL(fileURLWithPath: SMUtils.documentPath() + "/post/build/index.html")
url = URL(fileURLWithPath: SMUtils.documentPath() + "/post/build/index.html")
debugPrint(url ?? "")
}

Expand Down
Binary file modified web_post_v3/template_post_v3.zip
Binary file not shown.

0 comments on commit 64d7257

Please sign in to comment.