mirror of
https://gitee.com/krxd/shuyuan.git
synced 2026-04-08 13:25:54 +08:00
9 lines
244 B
TypeScript
9 lines
244 B
TypeScript
|
|
import request from '@/utils/request'
|
|
|
|
/***************************************************** hello world ****************************************************/
|
|
export function getHelloWorld() {
|
|
return request.get(`d_store/hello_world`)
|
|
}
|
|
|