ソースを参照

增加接口前缀

tags/小炒逻辑变更前
コミット
ec85bc3f3f
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/pages/goods/goodsPractice/index.jsx

+ 1
- 0
src/pages/goods/goodsPractice/index.jsx ファイルの表示

@@ -194,6 +194,7 @@ const PageIndex = (props) => {
Support.allType = r.data.data;
});
GetAllSmallType(parmar).then((r) => {
debugger;
Support.allSmallType = r.data.data;
});
GetAllGoods(parmar).then((r) => {


読み込み中…
キャンセル
保存