Skip to content

Commit

Permalink
optimize : Default API address
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLeeAreemm committed Jan 8, 2023
1 parent 18f9273 commit 1e9967e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/admin/js/lay-module/setter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

layui.define(['layer'], function (exports) {
exports('setter', {
Api : "http://127.0.0.1:8000/index.php/"
,name: 'SiamAdmin'
Api : "__API__"
,name: '__项目名__'
, tableName: 'Siam_Admin' //本地存储表名
//自定义请求字段
, request: {
Expand Down

0 comments on commit 1e9967e

Please sign in to comment.