修改域名,优化分值显示
This commit is contained in:
parent
5d2aaee2eb
commit
21825a1e63
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Ignore unpackage directory
|
||||
unpackage/
|
0
.history/.gitignore_20250528141123
Normal file
0
.history/.gitignore_20250528141123
Normal file
2
.history/.gitignore_20250528141126
Normal file
2
.history/.gitignore_20250528141126
Normal file
@ -0,0 +1,2 @@
|
||||
# Ignore unpackage directory
|
||||
unpackage/
|
2
.history/.gitignore_20250528141140
Normal file
2
.history/.gitignore_20250528141140
Normal file
@ -0,0 +1,2 @@
|
||||
# Ignore unpackage directory
|
||||
unpackage/
|
@ -146,7 +146,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="justify-content-item tn-flex-row-center tn-margin-top">
|
||||
<text class="tn-text-xl tn-padding-right">120</text>
|
||||
<text class="tn-text-xl tn-padding-right">{{item.score}}</text>
|
||||
<text class="tn-icon-cute icon-ranking"></text>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -81,7 +81,7 @@
|
||||
data() {
|
||||
return {
|
||||
show: false,
|
||||
action: 'http://192.168.10.140:8089/api/common/upload',
|
||||
action: 'https://jf.hschool.com.cn/api/common/upload',
|
||||
formData: {
|
||||
Token: '',
|
||||
},
|
||||
|
@ -7,7 +7,7 @@ import {
|
||||
import store from '../store/index.js'
|
||||
import RequestManager from '@/utils/requestManager.js'
|
||||
|
||||
let BASE_URL = 'http://192.168.10.140:8089/';
|
||||
let BASE_URL = 'https://jf.hschool.com.cn/';
|
||||
|
||||
const manager = new RequestManager()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user