This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request '调整page返回值' (
#242
) from KingChan/forgeplus:standalone_develop into standalone_develop
pull/347/head
KingChan
2 years ago
parent
f3376594f1
3a0a95a18f
commit
e25f27e488
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitignore
+1
-1
app/models/page.rb
+ 1
- 1
.gitignore
View File
@@ -10,7 +10,7 @@
# Ignore lock config file
*.log
.env
# mac
*.DS_Store
.bashrc
+ 1
- 1
app/models/page.rb
View File
@@ -46,7 +46,7 @@ class Page < ApplicationRecord
def url
@deploy_domain = EduSetting.find_by_name("site_page_deploy_domain").try(:value)
"http://#{
user.login}.#{@deploy_domain}/#{
identifier}"
"http://#{identifier}"
end
def build_script_path
Write
Preview
Loading…
Cancel
Save