From 5653f0d4858e793fd652c833404423ca1a181460 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 8 Dec 2023 14:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BB=A3=E7=A0=81=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/index/_common.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 app/admin/view/index/_common.js diff --git a/app/admin/view/index/_common.js b/app/admin/view/index/_common.js deleted file mode 100644 index bb3f07c..0000000 --- a/app/admin/view/index/_common.js +++ /dev/null @@ -1,13 +0,0 @@ -var init = { - tableElem: '#currentTable', - tableRenderId: 'currentTableRenderId', - indexUrl: 'mall.goods/index', - addUrl: 'mall.goods/add', - editUrl: 'mall.goods/edit', - deleteUrl: 'mall.goods/delete', - exportUrl: 'mall.goods/export', - modifyUrl: 'mall.goods/modify', - stock_url: 'mall.goods/stock', - read_url: 'mall.goods/read', - formFullScreen: true, -}; \ No newline at end of file