gsb
Showing
.vscode/launch.json
0 → 100644
.vscode/settings.json
0 → 100644
Dockerfile
0 → 100644
settings.js
0 → 100644
xgg-web/.gitignore
0 → 100644
xgg-web/app/base/api/api.base.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/base/api/impl/cpatentsearch.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/api/impl/fonts/heiti.otf
0 → 100644
File added
xgg-web/app/base/api/impl/gsbicsearch.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/base/controller/ctl.base.js
0 → 100644
xgg-web/app/base/controller/impl/authCtl.js
0 → 100644
xgg-web/app/base/controller/impl/cacheCtl.js
0 → 100644
xgg-web/app/base/controller/impl/metaCtl.js
0 → 100644
xgg-web/app/base/controller/impl/oplogCtl.js
0 → 100644
xgg-web/app/base/controller/impl/roleCtl.js
0 → 100644
xgg-web/app/base/controller/impl/taskCtl.js
0 → 100644
xgg-web/app/base/controller/impl/toolCtl.js
0 → 100644
xgg-web/app/base/controller/impl/userCtl.js
0 → 100644
xgg-web/app/base/db/cache.base.js
0 → 100644
xgg-web/app/base/db/cache/appCache.js
0 → 100644
xgg-web/app/base/db/cache/bmuserCache.js
0 → 100644
xgg-web/app/base/db/cache/magCache.js
0 → 100644
xgg-web/app/base/db/cache/uiconfigCache.js
0 → 100644
xgg-web/app/base/db/dao.base.js
0 → 100644
xgg-web/app/base/db/impl/accountDao.js
0 → 100644
xgg-web/app/base/db/impl/appDao.js
0 → 100644
xgg-web/app/base/db/impl/articleDao.js
0 → 100644
xgg-web/app/base/db/impl/authDao.js
0 → 100644
xgg-web/app/base/db/impl/bmmerchantDao.js
0 → 100644
xgg-web/app/base/db/impl/bmorderDao.js
0 → 100644
xgg-web/app/base/db/impl/bmuserDao.js
0 → 100644
xgg-web/app/base/db/impl/bmuserbizDao.js
0 → 100644
xgg-web/app/base/db/impl/cacheManager.js
0 → 100644
xgg-web/app/base/db/impl/connection.js
0 → 100644
xgg-web/app/base/db/impl/loopplayDao.js
0 → 100644
xgg-web/app/base/db/impl/metaDao.js
0 → 100644
xgg-web/app/base/db/impl/msghistoryDao.js
0 → 100644
xgg-web/app/base/db/impl/msgnoticeDao.js
0 → 100644
xgg-web/app/base/db/impl/newschannelDao.js
0 → 100644
xgg-web/app/base/db/impl/oplogDao.js
0 → 100644
xgg-web/app/base/db/impl/pAccountDao.js
0 → 100644
xgg-web/app/base/db/impl/pconfigDao.js
0 → 100644
xgg-web/app/base/db/impl/roleDao.js
0 → 100644
xgg-web/app/base/db/impl/taskDao.js
0 → 100644
xgg-web/app/base/db/impl/taskManager.js
0 → 100644
xgg-web/app/base/db/impl/userDao.js
0 → 100644
xgg-web/app/base/db/initData.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/db/metadata/index.js
0 → 100644
xgg-web/app/base/db/metadata/subsys/head.js
0 → 100644
xgg-web/app/base/db/metadata/subsys/pmg.js
0 → 100644
xgg-web/app/base/db/models/article.js
0 → 100644
xgg-web/app/base/db/models/auth.js
0 → 100644
xgg-web/app/base/db/models/bmmerchant.js
0 → 100644
xgg-web/app/base/db/models/bmorder.js
0 → 100644
xgg-web/app/base/db/models/bmrequirements.js
0 → 100644
xgg-web/app/base/db/models/bmuser.js
0 → 100644
xgg-web/app/base/db/models/bmuserbiz.js
0 → 100644
xgg-web/app/base/db/models/loopplay.js
0 → 100644
xgg-web/app/base/db/models/msghistory.js
0 → 100644
xgg-web/app/base/db/models/msgnotice.js
0 → 100644
xgg-web/app/base/db/models/newschannel.js
0 → 100644
xgg-web/app/base/db/models/oplog.js
0 → 100644
xgg-web/app/base/db/models/pconfig.js
0 → 100644
xgg-web/app/base/db/models/role.js
0 → 100644
xgg-web/app/base/db/models/task.js
0 → 100644
xgg-web/app/base/db/models/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/db/task.base.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/db/task/TestTask.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/apiclient_cert.p12
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/articleSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/authSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/bmorderSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/bmuserSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/cacheSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/loopplaySve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/metaSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/oplogSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/pconfigSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/roleSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/taskSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/userSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/impl/wxSve.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/sve.base.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/tmpl/tmpl.xlsx
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/wx.event.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/service/wxsvr.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/system.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/test.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/dictUtils.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/excelClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/execClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/idcardClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/logClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/mailClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/ossClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/redisClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/restClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/utils/smsClient.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/wxapplet/applet.base.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/wxapplet/impl/esignbao.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/wxapplet/impl/xggApplet.bak
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/base/wxapplet/impl/xggApplet.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/environment.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/localsettings.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/objsettings.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/routes.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/routes/api-qr.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/routes/applet.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/routes/vue-ui.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/routes/web.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/settings.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/config/socket.server.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/main.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/patentyc.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/appCtl.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/css/lbs.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/css/magic.css
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/css/main.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/css/qr.css
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/css/tm.css
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/fav.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/1.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/2.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/a.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/a1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/a2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/bgj1.png
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/bjq.png
0 → 100755
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/bk.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/ditu.png
0 → 100755
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/fire.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/fwg.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/h5/图.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/i1.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/i2.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/i21.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/i22.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/i23.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/ic.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/icbc.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/icon.png
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/ip.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/iso.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/kefu.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/main.ejs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/nav2.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/tab.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/th.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/th2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/tm_e.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/zs.png
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/imgs/zs2.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/entry/public/js/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/backbtn.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/backbtn2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/bar.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/button-group.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/card.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/card2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/card3.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/checkgroup.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/china.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/collapse.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/collapse2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/collapse3.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/datetime.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/datetimespan.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/detailform.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/dlgform.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/dlgreference.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/echart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/echart2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/flowlayout.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/flowlayout1.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/formlist.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/grid2/grid2.css
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/grid2/grid2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/h5grid2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/h5menu.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/h5nav.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/h5page.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/h5page2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/h5pagination.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/htmleditor.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/list.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/nav/nav.css
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/nav/nav.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/pagecard.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/pager.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/pagerimage.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/paybutton.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/payselect.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/pcpage.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/pie.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/popover.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/qr2ask.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/search.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/select.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/select2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/select3.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/servicesitem.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/slogon.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/socketclient.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/step.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/switch.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/upload.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/upload2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/upload3.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/wxjsapi.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/wxoauth.vue
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/base/xbutton.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/apps/apps.html
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/apps/apps.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/demo/demo.html
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/demo/demo.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/home/home.css
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/home/home.html
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/home/home.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/login/login.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/roles/roles.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/tasks/tasks.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xgg-web/app/front/vues/pages/users/users.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/extra/epstool/eps2jpg
0 → 100755
This diff is collapsed.
Click to expand it.
xgg-web/extra/epstool/eps2pdf
0 → 100755
This diff is collapsed.
Click to expand it.
xgg-web/extra/epstool/eps2png
0 → 100755
This diff is collapsed.
Click to expand it.
xgg-web/extra/epstool/epstool.tar
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/gulpfile.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
xgg-web/package.json
0 → 100644
This diff is collapsed.
Click to expand it.
xgg-web/恒昌api.txt
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment