修改request路径
This commit is contained in:
parent
1939755975
commit
7d641f6a82
|
@ -1,4 +1,4 @@
|
||||||
import request from '../../utils/request';
|
import request from '../../../utils/request';
|
||||||
|
|
||||||
// 定义组件方法接口
|
// 定义组件方法接口
|
||||||
interface IComponentMethods {
|
interface IComponentMethods {
|
||||||
|
@ -725,7 +725,7 @@ Component<IComponentData, IComponentProperties, IComponentMethods>({
|
||||||
this.setData({ todayReadingTime: statistics[today] || 0 });
|
this.setData({ todayReadingTime: statistics[today] || 0 });
|
||||||
},
|
},
|
||||||
|
|
||||||
// 保存和<EFBFBD><EFBFBD>复设置
|
// 保存和恢复设置
|
||||||
saveReadingProgress() {
|
saveReadingProgress() {
|
||||||
const progress = {
|
const progress = {
|
||||||
chapter: this.data.currentChapter,
|
chapter: this.data.currentChapter,
|
||||||
|
|
Loading…
Reference in New Issue