Skip to content

Commit

Permalink
Added: production env api domain
Browse files Browse the repository at this point in the history
  • Loading branch information
upupming committed Aug 23, 2018
1 parent f4f08e7 commit 438a679
Show file tree
Hide file tree
Showing 28 changed files with 33 additions and 3,773 deletions.
62 changes: 31 additions & 31 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2017,
"sourceType": "module"
},
"rules": {
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2017,
"sourceType": "module"
},
"rules": {
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}
9 changes: 0 additions & 9 deletions .notes/debug.mg

This file was deleted.

Binary file removed .notes/images/inspect-node.png
Binary file not shown.
17 changes: 0 additions & 17 deletions .notes/mysql.md

This file was deleted.

83 changes: 0 additions & 83 deletions .notes/nmp.md

This file was deleted.

135 changes: 0 additions & 135 deletions .notes/request.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 upupming lockSkyarn
Copyright (c) 2018 upupming

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion client/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/* global wx */
let host = wx.getSystemInfoSync().model === 'iPhone 5' ?
'http://localhost:5757': 'https://pmdt8kru.qcloud.la';
'http://localhost:5757': 'https://hitmers-api.solotime.xyz';

let apiPath = `${host}/weapp`;

Expand Down
5 changes: 0 additions & 5 deletions server/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 438a679

Please sign in to comment.