Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
XAMJW-Hospita
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wechatminiprogram
XAMJW-Hospita
Commits
c0307c8b
Commit
c0307c8b
authored
May 29, 2021
by
刘浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改HOST_xinli路径
parent
f4149c06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
22 deletions
+14
-22
project.config.json
+13
-21
utils/api.js
+1
-1
No files found.
project.config.json
View file @
c0307c8b
...
...
@@ -4,39 +4,31 @@
"ignore"
:
[]
},
"setting"
:
{
"urlCheck"
:
false
,
"urlCheck"
:
true
,
"scopeDataCheck"
:
false
,
"coverView"
:
true
,
"es6"
:
true
,
"enhance"
:
false
,
"postcss"
:
true
,
"compileHotReLoad"
:
false
,
"preloadBackgroundData"
:
false
,
"minified"
:
true
,
"newFeature"
:
false
,
"coverView"
:
true
,
"nodeModules"
:
false
,
"autoAudits"
:
false
,
"showShadowRootInWxmlPanel"
:
true
,
"scopeDataCheck"
:
false
,
"newFeature"
:
false
,
"uglifyFileName"
:
false
,
"checkInvalidKey"
:
true
,
"checkSiteMap"
:
true
,
"uploadWithSourceMap"
:
true
,
"compileHotReLoad"
:
false
,
"useMultiFrameRuntime"
:
false
,
"useApiHook"
:
false
,
"useApiHostProcess"
:
false
,
"babelSetting"
:
{
"ignore"
:
[],
"disablePlugins"
:
[],
"outputPath"
:
""
},
"enableEngineNative"
:
false
,
"useIsolateContext"
:
true
,
"nodeModules"
:
false
,
"enhance"
:
false
,
"useCompilerModule"
:
true
,
"userConfirmedUseCompilerModuleSwitch"
:
false
,
"userConfirmedBundleSwitch"
:
false
,
"useMultiFrameRuntime"
:
true
,
"useApiHook"
:
true
,
"useApiHostProcess"
:
true
,
"showShadowRootInWxmlPanel"
:
true
,
"packNpmManually"
:
false
,
"packNpmRelationList"
:
[],
"minifyWXSS"
:
true
"minifyWXSS"
:
true
,
"bundle"
:
false
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.17.0"
,
...
...
utils/api.js
View file @
c0307c8b
var
HOST_xinli
=
'https://
xam.xiaodongai.com
/'
;
// 提交量表
var
HOST_xinli
=
'https://
www.xiaodongai.com/xiaodong_yiyuan
/'
;
// 提交量表
// var HOST_xinli = 'http://123.207.162.160/xiaodong_yiyuan/';//测试
var
HOST
=
'https://xam.xiaodongai.com/kongtian/'
;
// var HOST = 'http://123.207.162.160/xiaodong_yiyuan/kongtian/';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment