wmc 1 year ago
parent 44b2e73a0d
commit 114f2a3c82
  1. 21775
      package-lock.json
  2. 4
      public/config.js
  3. 3583
      yarn.lock

21775
package-lock.json generated

File diff suppressed because it is too large Load Diff

4
public/config.js vendored

@ -3,8 +3,8 @@ window.serverConfig = {
APP_NAME: '萤火商城系统2.0',
// 必填: api地址, 换成自己的域名即可
// 例如: https://www.你的域名.com/index.php?s=/admin
BASE_API: '../index.php?s=/admin',
BASE_API: 'https://www.saas.njrenzhou.com/index.php?s=/admin',
// 必填: store模块的入口地址
// 例如: https://www.你的域名.com/store
STORE_URL: '../store'
STORE_URL: 'https://www.saas.njrenzhou.com/store'
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save