Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
E
etaoshop-dz
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张志伟
etaoshop-dz
提交
7621dec4
提交
7621dec4
编写于
8月 27, 2024
作者:
zhangzhiwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
.
上级
cee4208d
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
12 行增加
和
6 行删除
+12
-6
workspace.xml
.idea/workspace.xml
+5
-5
app.js
app.js
+2
-0
login.js
pages/login/login.js
+2
-0
index.js
pages/map/index.js
+2
-0
project.config.json
project.config.json
+1
-1
未找到文件。
.idea/workspace.xml
浏览文件 @
7621dec4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"8836328f-bafb-4666-8053-185078535f28"
name=
"Default"
comment=
""
>
<list
default=
"true"
id=
"8836328f-bafb-4666-8053-185078535f28"
name=
"Default"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/
app.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/app
.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/
project.config.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/project.config
.json"
afterDir=
"false"
/>
</list>
</list>
<ignored
path=
"$PROJECT_DIR$/.tmp/"
/>
<ignored
path=
"$PROJECT_DIR$/.tmp/"
/>
<ignored
path=
"$PROJECT_DIR$/temp/"
/>
<ignored
path=
"$PROJECT_DIR$/temp/"
/>
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
<component
name=
"NodePackageJsonFileManager"
>
<component
name=
"NodePackageJsonFileManager"
>
<packageJsonPaths
/>
<packageJsonPaths
/>
</component>
</component>
<component
name=
"ProjectFrameBounds"
extendedState=
"
6
"
>
<component
name=
"ProjectFrameBounds"
extendedState=
"
7
"
>
<option
name=
"x"
value=
"-8"
/>
<option
name=
"x"
value=
"-8"
/>
<option
name=
"y"
value=
"-8"
/>
<option
name=
"y"
value=
"-8"
/>
<option
name=
"width"
value=
"1936"
/>
<option
name=
"width"
value=
"1936"
/>
...
@@ -201,7 +201,7 @@
...
@@ -201,7 +201,7 @@
</component>
</component>
<component
name=
"PropertiesComponent"
>
<component
name=
"PropertiesComponent"
>
<property
name=
"WebServerToolWindowFactoryState"
value=
"false"
/>
<property
name=
"WebServerToolWindowFactoryState"
value=
"false"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$
/../fenxiao_h5-dz
"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$"
/>
<property
name=
"nodejs_interpreter_path.stuck_in_default_project"
value=
"undefined stuck path"
/>
<property
name=
"nodejs_interpreter_path.stuck_in_default_project"
value=
"undefined stuck path"
/>
<property
name=
"nodejs_npm_path_reset_for_default_project"
value=
"true"
/>
<property
name=
"nodejs_npm_path_reset_for_default_project"
value=
"true"
/>
<property
name=
"settings.editor.selected.configurable"
value=
"configurable.group.appearance"
/>
<property
name=
"settings.editor.selected.configurable"
value=
"configurable.group.appearance"
/>
...
@@ -255,12 +255,12 @@
...
@@ -255,12 +255,12 @@
<workItem
from=
"1723448622008"
duration=
"28000"
/>
<workItem
from=
"1723448622008"
duration=
"28000"
/>
<workItem
from=
"1723449451915"
duration=
"6000"
/>
<workItem
from=
"1723449451915"
duration=
"6000"
/>
<workItem
from=
"1723449604775"
duration=
"619000"
/>
<workItem
from=
"1723449604775"
duration=
"619000"
/>
<workItem
from=
"1723713889430"
duration=
"1
1380
000"
/>
<workItem
from=
"1723713889430"
duration=
"1
2582
000"
/>
</task>
</task>
<servers
/>
<servers
/>
</component>
</component>
<component
name=
"TimeTrackingManager"
>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"7
4285
000"
/>
<option
name=
"totallyTimeSpent"
value=
"7
5487
000"
/>
</component>
</component>
<component
name=
"ToolWindowManager"
>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1936"
height=
"1056"
extended-state=
"6"
/>
<frame
x=
"-8"
y=
"-8"
width=
"1936"
height=
"1056"
extended-state=
"6"
/>
...
...
app.js
浏览文件 @
7621dec4
...
@@ -12,6 +12,8 @@ App({
...
@@ -12,6 +12,8 @@ App({
this
.
globalData
.
defurl
=
'https://wxapplets-gxds.edstao.com'
this
.
globalData
.
defurl
=
'https://wxapplets-gxds.edstao.com'
}
else
if
(
appId
==
'wxbe067c202501e58a'
){
}
else
if
(
appId
==
'wxbe067c202501e58a'
){
this
.
globalData
.
defurl
=
'https://wxapplets-xmy.edstao.com'
this
.
globalData
.
defurl
=
'https://wxapplets-xmy.edstao.com'
}
else
if
(
appId
==
'wxae9c21700e6a064e'
){
this
.
globalData
.
defurl
=
'https://wxapplets-xyy.edstao.com'
}
}
// 展示本地存储能力
// 展示本地存储能力
// var logs = wx.getStorageSync('logs') || []
// var logs = wx.getStorageSync('logs') || []
...
...
pages/login/login.js
浏览文件 @
7621dec4
...
@@ -55,6 +55,8 @@ Page({
...
@@ -55,6 +55,8 @@ Page({
subdomain
=
'guoxindengshi'
subdomain
=
'guoxindengshi'
}
else
if
(
appId
==
'wxbe067c202501e58a'
){
}
else
if
(
appId
==
'wxbe067c202501e58a'
){
subdomain
=
'xmy888'
subdomain
=
'xmy888'
}
else
if
(
appId
==
'wxae9c21700e6a064e'
){
subdomain
=
'xiyangyangdengshi'
}
}
wx
.
request
({
wx
.
request
({
url
:
app
.
globalData
.
defurl
+
'/api/store/info?link='
+
subdomain
,
url
:
app
.
globalData
.
defurl
+
'/api/store/info?link='
+
subdomain
,
...
...
pages/map/index.js
浏览文件 @
7621dec4
...
@@ -44,6 +44,8 @@ Page({
...
@@ -44,6 +44,8 @@ Page({
subdomain
=
'guoxindengshi'
subdomain
=
'guoxindengshi'
}
else
if
(
appId
==
'wxbe067c202501e58a'
){
}
else
if
(
appId
==
'wxbe067c202501e58a'
){
subdomain
=
'xmy888'
subdomain
=
'xmy888'
}
else
if
(
appId
==
'wxae9c21700e6a064e'
){
subdomain
=
'xiyangyangdengshi'
}
}
wx
.
request
({
wx
.
request
({
url
:
app
.
globalData
.
defurl
+
'/api/store/info?link='
+
subdomain
,
url
:
app
.
globalData
.
defurl
+
'/api/store/info?link='
+
subdomain
,
...
...
project.config.json
浏览文件 @
7621dec4
...
@@ -127,5 +127,5 @@
...
@@ -127,5 +127,5 @@
"ignore"
:
[],
"ignore"
:
[],
"include"
:
[]
"include"
:
[]
},
},
"appid"
:
"wx
db3d8f9a94eca8d
9"
"appid"
:
"wx
175347bd3977d6a
9"
}
}
\ No newline at end of file
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录