chore(miniprogram): stores 层启用 @/ 路径别名 + webpack alias 配置
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { create } from 'zustand';
|
||||
import * as healthApi from '../services/health';
|
||||
import * as healthApi from '@/services/health';
|
||||
|
||||
interface HealthState {
|
||||
todaySummary: healthApi.TodaySummary | null;
|
||||
|
||||
Reference in New Issue
Block a user