mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-04-06 03:57:55 +08:00
fix: ci
This commit is contained in:
parent
860d871738
commit
85b425f3b3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Deploy # 将打包内容发布到 github page
|
||||
uses: JamesIves/github-pages-deploy-action@3.5.9 # 使用别人写好的 actions
|
||||
with: # 自定义环境变量
|
||||
ACCESS_TOKEN: ${{ secrets.VUE_ADMIN_TEMPLATE }} # VUE_ADMIN_TEMPLATE 是我的 secret 名称,需要替换成你的
|
||||
ACCESS_TOKEN: ${{ secrets.VUE3_TOKEN }} # VUE3_TOKEN 是我的 secret 名称,需要替换成你的
|
||||
BRANCH: master
|
||||
FOLDER: dist
|
||||
REPOSITORY_NAME: talktao/talktao.github.io # 这是我的 github page 仓库
|
||||
|
@ -1,5 +1,5 @@
|
||||
import axiosInstance, { AxiosResponseProps } from '@/uitls/request';
|
||||
|
||||
export const getList = (params?: any) => {
|
||||
return axiosInstance.get("http://yapi.smart-xwork.cn/mock/60279/bear/tabs", { params: params || {} });
|
||||
return axiosInstance.get("https://www.fastmock.site/mock/826b7b3ffc420fe885bdce88c8e6cdb7/test/api/list", { params: params || {} });
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user