Commit bed504a46a8854a40fbde787b7f4820f14b68d55

Authored by 曾柯
1 parent fb39bd16

数据导入bugfix

src/pages/performance/EvaDataImport/index.tsx
... ... @@ -57,10 +57,14 @@ export default () => {
57 57 <Filter setParams={setParams} />
58 58 <div>
59 59 <Button type="default" style={{ marginRight: 10 }}>
60   - <a href="http://testgate.feewee.cn/morax/erp/eval-indicator/staff/template-file">下载人员模板</a>
  60 + <a href="/api/morax/erp/eval-indicator/staff/template-file" target="_blank">
  61 + 下载人员模板
  62 + </a>
61 63 </Button>
62 64 <Button type="default" style={{ marginRight: 10 }}>
63   - <a href="http://testgate.feewee.cn/morax/erp/eval-indicator/shop/template-file">下载门店模板</a>
  65 + <a href="/api/morax/erp/eval-indicator/shop/template-file" target="_blank">
  66 + 下载门店模板
  67 + </a>
64 68 </Button>
65 69 <Upload {...uploadPerson}>
66 70 <Button type="primary" style={{ marginRight: 10 }}>
... ...