Compare commits

...

1 次程式碼提交
master ... chkj

作者 SHA1 備註 提交日期
  Weller b12fee049d chkj 1 年之前
共有 3 個文件被更改,包括 16 次插入19 次删除
分割檢視
  1. +7
    -7
      project.config.json
  2. +7
    -11
      project.private.config.json
  3. +2
    -1
      utils/serve.js

+ 7
- 7
project.config.json 查看文件

@@ -1,7 +1,8 @@
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
@@ -41,13 +42,8 @@
},
"compileType": "miniprogram",
"libVersion": "2.15.0",
"appid": "wxf77625888d34a50a",
"appid": "wx5284d97d93ab046e",
"projectname": "manicureLet",
"debugOptions": {
"hidedInDevtools": []
},
"scripts": {},
"isGameTourist": false,
"condition": {
"search": {
"list": []
@@ -67,5 +63,9 @@
"miniprogram": {
"list": []
}
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}

+ 7
- 11
project.private.config.json 查看文件

@@ -1,15 +1,8 @@
{
"setting": {},
"setting": {
"compileHotReLoad": true
},
"condition": {
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
@@ -39,9 +32,12 @@
{
"name": "商务合作",
"pathName": "pages/pageBusiness/pageBusiness",
"query": "",
"scene": null
}
]
}
}
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "manicureLet"
}

+ 2
- 1
utils/serve.js 查看文件

@@ -1,5 +1,6 @@

const HTTPS = 'https://mjcms.fnuo123.net'
// const HTTPS = 'https://mjcms.fnuo123.net'
const HTTPS = 'https://chkj.fnuo123.net'

export const http = function (param) {
let { url, data, method } = param


Loading…
取消
儲存